1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-09-20 01:36:55 +00:00
Picocrypt/cli/v2
2024-04-25 10:14:41 -04:00
..
go.mod Add new and better CLI v2 2024-04-25 10:11:57 -04:00
go.sum Add new and better CLI v2 2024-04-25 10:11:57 -04:00
main.go Add new and better CLI v2 2024-04-25 10:11:57 -04:00
README.md Create README.md for CLI v2 2024-04-25 10:14:41 -04:00

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/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.