From 461b0ee9900327c9fe50a8daada65b99f57c909b Mon Sep 17 00:00:00 2001 From: bladeswords Date: Mon, 23 May 2022 10:19:27 +1000 Subject: [PATCH] Tiny touch-up of gopath Tiny touch-up of gopath --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)