INSTALL.md: cd to the previous directory after installing libsodium

This commit is contained in:
alezakos 2013-08-18 15:45:46 +03:00
parent 5e0a1328ef
commit 847d6cd07a

View File

@ -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 ..
```