Skip to content

Commit bb1990d

Browse files
committed
Updated Encryption (markdown)
1 parent e234545 commit bb1990d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Encryption.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ Install [libsodium](https://github.com/jedisct1/libsodium) >= 1.0.0 if you want
5656

5757
apt-get install build-essential
5858
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
59+
tar xf libsodium-1.0.1.tar.gz && cd libsodium-1.0.1
6160
./configure && make -j2 && make install
6261
ldconfig
6362

0 commit comments

Comments
 (0)