From d6a5ccfdcb5afe52902963814100d446e9252980 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:51:36 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c3b01c..090a394 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Installation If you don't have Go installed, download it from here or install it from your package manager. Then, run the command below: ``` -go install github.com/Picocrypt/CLI/picocrypt@latest +go install github.com/Picocrypt/CLI/picocrypt@2dd41b0 ``` You should now be able to run `picocrypt` in your terminal. If not, run `export PATH=$PATH:$(go env GOPATH)/bin` and try again. # Usage