Skip to content

Commit 99b0131

Browse files
authored
Update README.md
1 parent 33e2449 commit 99b0131

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ make
4141
**The second**, if you use Linux x64 or Darwin x64 architecture, you can use the pre-built crypto binaries
4242
for Linux:
4343
```bash
44-
CRYPTO_LIB=virgil-crypto-2.4.3-go-linux-x86_64.tgz
44+
CRYPTO_LIB=virgil-crypto-2.4.4-go-linux-x86_64.tgz
4545
```
4646
or for MacOS:
4747
```bash
48-
CRYPTO_LIB=virgil-crypto-2.4.3-go-darwin-17.4-x86_64.tgz
48+
CRYPTO_LIB=virgil-crypto-2.4.4-go-darwin-17.5-x86_64.tgz
4949
```
5050

5151
and then install the library:
5252

5353
```bash
5454
go get -u -d gopkg.in/virgilsecurity/virgil-crypto-go.v5
55-
wget https://cdn.virgilsecurity.com/crypto-go/$CRYPTO_LIB
55+
wget https://cdn.virgilsecurity.com/virgil-crypto/go/$CRYPTO_LIB
5656
tar -xvf $CRYPTO_LIB --strip-components=1 -C $(go env GOPATH)/src/gopkg.in/virgilsecurity/virgil-crypto-go.v5/
5757
```
5858

0 commit comments

Comments
 (0)