From bb1990d8c31175717659700fffca1c1d51ee470d Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 10 Jan 2015 13:37:41 +0800 Subject: [PATCH] Updated Encryption (markdown) --- Encryption.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Encryption.md b/Encryption.md index 9f2e323..0638272 100644 --- a/Encryption.md +++ b/Encryption.md @@ -56,8 +56,7 @@ Install [libsodium](https://github.com/jedisct1/libsodium) >= 1.0.0 if you want apt-get install build-essential wget https://github.com/jedisct1/libsodium/releases/download/1.0.1/libsodium-1.0.1.tar.gz - tar xf libsodium-1.0.1.tar.gz - cd libsodium-1.0.1 + tar xf libsodium-1.0.1.tar.gz && cd libsodium-1.0.1 ./configure && make -j2 && make install ldconfig