mirror of
https://github.com/Picocrypt/CLI.git
synced 2026-03-11 14:44:23 +00:00
Update README.md
This commit is contained in:
parent
2dd41b0e56
commit
d6a5ccfdcb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# 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:
|
||||
```
|
||||
go install github.com/Picocrypt/CLI/picocrypt@latest
|
||||
go install github.com/Picocrypt/CLI/picocrypt@2dd41b0
|
||||
```
|
||||
You should now be able to run `picocrypt` in your terminal. If not, run `export PATH=$PATH:$(go env GOPATH)/bin` and try again.
|
||||
# Usage
|
||||
|
|
|
|||
Loading…
Reference in a new issue