We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e234545 commit bb1990dCopy full SHA for bb1990d
Encryption.md
@@ -56,8 +56,7 @@ Install [libsodium](https://github.com/jedisct1/libsodium) >= 1.0.0 if you want
56
57
apt-get install build-essential
58
wget https://github.com/jedisct1/libsodium/releases/download/1.0.1/libsodium-1.0.1.tar.gz
59
- tar xf libsodium-1.0.1.tar.gz
60
- cd libsodium-1.0.1
+ tar xf libsodium-1.0.1.tar.gz && cd libsodium-1.0.1
61
./configure && make -j2 && make install
62
ldconfig
63
0 commit comments