diff --git a/README.md b/README.md index 59f1eb7..13d2f3f 100644 --- a/README.md +++ b/README.md @@ -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)