Fixed giu version
This commit is contained in:
parent
da775bce98
commit
d6b5abc922
|
@ -9,7 +9,7 @@ sudo apt-get install -y gcc make curl git tar wget xz-utils libx11-dev libxcurso
|
||||||
3. Download the source file `Picocrypt.go` from above or `git clone` this repository.
|
3. Download the source file `Picocrypt.go` from above or `git clone` this repository.
|
||||||
4. Install Picocrypt's Go dependencies (if macOS prompts you to install clang, do it and run this command again):
|
4. Install Picocrypt's Go dependencies (if macOS prompts you to install clang, do it and run this command again):
|
||||||
```bash
|
```bash
|
||||||
go get -u -v github.com/pkg/browser && go get -u -v github.com/zeebo/blake3 && go get -u -v golang.org/x/crypto/sha3 && go get -u -v golang.org/x/crypto/argon2 && go get -u -v github.com/AllenDang/giu && go get -u -v github.com/OpenDiablo2/dialog && go get -u -v golang.org/x/crypto/blake2b && go get -u -v golang.org/x/crypto/blake2s && go get -u -v github.com/atotto/clipboard && go get -u -v github.com/klauspost/reedsolomon && go get -u -v golang.org/x/crypto/chacha20poly1305 && go get -u -v github.com/HACKERALERT/Picocypher/monocypher
|
go get -u -v github.com/pkg/browser && go get -u -v github.com/zeebo/blake3 && go get -u -v golang.org/x/crypto/sha3 && go get -u -v golang.org/x/crypto/argon2 && go get -u -v github.com/AllenDang/giu@v0.5.4 && go get -u -v github.com/OpenDiablo2/dialog && go get -u -v golang.org/x/crypto/blake2b && go get -u -v golang.org/x/crypto/blake2s && go get -u -v github.com/atotto/clipboard && go get -u -v github.com/klauspost/reedsolomon && go get -u -v golang.org/x/crypto/chacha20poly1305 && go get -u -v github.com/HACKERALERT/Picocypher/monocypher
|
||||||
```
|
```
|
||||||
5. Initialize Go and tidy the modules:
|
5. Initialize Go and tidy the modules:
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue