Update CLI README

This commit is contained in:
Evan Su 2023-04-11 22:10:24 -04:00 committed by GitHub
parent d741adbcfc
commit bb8663623f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,3 @@
# CLI
Work in progress
# Installation
@ -8,4 +7,8 @@ If you don't have Go installed, download it from <a href="https://go.dev/dl/">he
go install github.com/HACKERALERT/Picocrypt/cli/picocrypt@latest
```
You should now be able to run `picocrypt` in your terminal.
You should now be able to run `picocrypt` in your terminal. If you can't, try adding Go's `bin` directory to your PATH:
```bash
export PATH=$PATH:$(go env GOPATH)/bin
```