mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-28 10:24:19 +00:00
Update CLI README
This commit is contained in:
parent
d741adbcfc
commit
bb8663623f
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
# CLI
|
|
||||||
Work in progress
|
Work in progress
|
||||||
|
|
||||||
# Installation
|
# 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
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue