README: Change
authorng0 <contact.ng0@cryptolab.net>
Mon, 16 Jan 2017 12:17:43 +0000 (12:17 +0000)
committerng0 <contact.ng0@cryptolab.net>
Mon, 16 Jan 2017 12:17:43 +0000 (12:17 +0000)
adduser gnunet gnunet
to
adduser --system --home "/var/lib/gnunet" --group gnunet

In sync with what is recommended later on in the README (use of /var/lib),
as suggested by adfeno in freenode.

README

diff --git a/README b/README
index 21fb00ff505e4133ed93d0ca9321653c5a560a56..5e97425c947b9f95e995496a463e0e4cbc8c6e44 100644 (file)
--- a/README
+++ b/README
@@ -83,7 +83,7 @@ actual GNUnet compilation and installation process with:
 
 $ export GNUNET_PREFIX=/usr/local/lib # or other directory of your choice
 # addgroup gnunetdns
-# adduser gnunet gnunet
+# adduser --system --home "/var/lib/gnunet" --group gnunet
 # ./configure --prefix=$GNUNET_PREFIX/.. --with-extractor=$LE_PREFIX
 $ make
 # make install