From 847d6cd07abc059ea815454d7fb563ae00a81fcf Mon Sep 17 00:00:00 2001 From: alezakos Date: Sun, 18 Aug 2013 15:45:46 +0300 Subject: INSTALL.md: cd to the previous directory after installing libsodium --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 3d01d562..53ce5156 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -37,6 +37,7 @@ git checkout tags/0.4.2 ./configure && make check sudo checkinstall --install --pkgname libsodium --pkgversion 0.4.2 --nodoc sudo ldconfig +cd .. ``` Or if checkinstall is not easily available for your distribution (e.g. Fedora), @@ -50,6 +51,7 @@ git checkout tags/0.4.2 ./configure make check sudo make install +cd .. ``` -- cgit v1.2.3