From c2290bbfaf193dfa1dc078de9e2684e943eb74bb Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 5 Jun 2014 22:17:11 -0700 Subject: [PATCH] Do not suggest running anything but `make install` with root privileges. --- README.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 8fbd93b1..33e154a9 100644 --- a/README.markdown +++ b/README.markdown @@ -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.