Create README.md for CLI v2

This commit is contained in:
Evan Su 2024-04-25 10:14:41 -04:00 committed by GitHub
parent d70ee6effc
commit 9f7dc39e7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
cli/v2/README.md Normal file
View file

@ -0,0 +1,6 @@
# Installation
If you don't have Go installed, download it from <a href="https://go.dev/dl/">here</a> 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.