Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
somnek committed Apr 14, 2023
1 parent b9896f7 commit a6c9550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ go run .
```
or build it:
```bash
go build -o killer-whale
cd killer-whale && go build -o killer-whale
```
Once the build is complete, move the executable to a directory in your system's `PATH` environment variable so that you can run it from anywhere.

Expand All @@ -32,7 +32,7 @@ source ~/.zshrc
```
bash:
```bash
source ~/.bashrc
exec bash
```

4. Run the application:
Expand Down

0 comments on commit a6c9550

Please sign in to comment.