Merge pull request #488 from kongr45gpen/patch-1

INSTALL.md: cd to the previous directory after installing libsodium
This commit is contained in:
irungentoo 2013-08-18 06:29:41 -07:00
commit 3aaa144b90

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