README: Change adduser line.
authorng0 <contact.ng0@cryptolab.net>
Mon, 16 Jan 2017 23:47:38 +0000 (23:47 +0000)
committerng0 <contact.ng0@cryptolab.net>
Mon, 16 Jan 2017 23:47:38 +0000 (23:47 +0000)
This is a follow-up to 85320267db58094d6623fd93bf969e0d4a6d96f2.

README

diff --git a/README b/README
index 21fb00ff505e4133ed93d0ca9321653c5a560a56..a72d8b3b828d91e41dc9b8f90f5fd0ac8fb5aafa 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 --shell /bin/sh
 # ./configure --prefix=$GNUNET_PREFIX/.. --with-extractor=$LE_PREFIX
 $ make
 # make install