From bb8663623fcb7bc72f30b523fec10f7f9d575ae9 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 11 Apr 2023 22:10:24 -0400 Subject: [PATCH] Update CLI README --- cli/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cli/README.md b/cli/README.md index 0404e4a..edcb6cb 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1,4 +1,3 @@ -# CLI Work in progress # Installation @@ -8,4 +7,8 @@ If you don't have Go installed, download it from he go install github.com/HACKERALERT/Picocrypt/cli/picocrypt@latest ``` -You should now be able to run `picocrypt` in your terminal. +You should now be able to run `picocrypt` in your terminal. If you can't, try adding Go's `bin` directory to your PATH: + +```bash +export PATH=$PATH:$(go env GOPATH)/bin +```