From 9f7dc39e7c02e36fb509d3f56c318b505eb1caf5 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:14:41 -0400 Subject: [PATCH] Create README.md for CLI v2 --- cli/v2/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cli/v2/README.md diff --git a/cli/v2/README.md b/cli/v2/README.md new file mode 100644 index 0000000..8507f81 --- /dev/null +++ b/cli/v2/README.md @@ -0,0 +1,6 @@ +# Installation +If you don't have Go installed, download it from here or install it from your package manager. Then, run the command below: +```bash +go install github.com/HACKERALERT/Picocrypt/cli/v2/picocrypt@latest +``` +You should now be able to run `picocrypt` in your terminal. If not, run `export PATH=$PATH:$(go env GOPATH)/bin` and try again.