Skip to content

Commit

Permalink
Merge pull request #127 from bladeswords/patch-3
Browse files Browse the repository at this point in the history
Tiny touch-up of gopath
  • Loading branch information
hakluke committed May 23, 2022
2 parents d3c2b50 + 461b0ee commit 6190559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Then run this command to download + compile hakrawler:
go install github.com/hakluke/hakrawler@latest
```

You can now run `~/go/bin/hakrawler`. If you'd like to just run `hakrawler` without the full path, you'll need to `export PATH="/go/bin/:$PATH"`. You can also add this line to your `~/.bashrc` file if you'd like this to persist.
You can now run `~/go/bin/hakrawler`. If you'd like to just run `hakrawler` without the full path, you'll need to `export PATH="~/go/bin/:$PATH"`. You can also add this line to your `~/.bashrc` file if you'd like this to persist.

### Docker Install (from dockerhub)

Expand Down

0 comments on commit 6190559

Please sign in to comment.