Do not suggest running anything but make install with root privileges.

This commit is contained in:
Frank Denis
2014-06-05 22:17:11 -07:00
parent 42b2d5c8e7
commit c2290bbfaf
+3 -2
View File
@@ -50,8 +50,9 @@ Download a
[tarball of libsodium](https://download.libsodium.org/libsodium/releases/),
then follow the ritual:
./configure
make && make check && make install
$ ./configure
$ make && make check
# make install
Pre-compiled Win32 packages are available for download at the same
location.