From 2de657299a158d9ee64eff1bdf568cbd61ffbc11 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:39:39 -0400 Subject: [PATCH] Update CLI README --- cli/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cli/README.md b/cli/README.md index 7d6b35e..0404e4a 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1,5 +1,11 @@ # CLI Work in progress -# 2. Install Go -If you don't have Go installed, download it from here or install it from your package manager (`apt install golang-go`). The latest version of Go is recommended, although you may fall back to Go 1.19 should any issues arise in the future. \ No newline at end of file +# Installation +If you don't have Go installed, download it from here or install it from your package manager (`apt install golang-go`). The latest version of Go is recommended, although you may fall back to Go 1.19 should any issues arise in the future. Once Go is installed, run the command below: + +```bash +go install github.com/HACKERALERT/Picocrypt/cli/picocrypt@latest +``` + +You should now be able to run `picocrypt` in your terminal.