aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <contact.ng0@cryptolab.net>2017-01-16 12:17:43 +0000
committerng0 <contact.ng0@cryptolab.net>2017-01-16 12:17:43 +0000
commit06a3136e27109c317d20c28049ac55c47e2e05d9 (patch)
treede7a9216b7b05d454848761334af3f69110c9513
parent1cd8dfd4aa8312fae7602a0951f291e89ee68c16 (diff)
downloadgnunet-06a3136e27109c317d20c28049ac55c47e2e05d9.tar.gz
gnunet-06a3136e27109c317d20c28049ac55c47e2e05d9.zip
README: Change
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.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 21fb00ff5..5e97425c9 100644
--- a/README
+++ b/README
@@ -83,7 +83,7 @@ actual GNUnet compilation and installation process with:
83 83
84$ export GNUNET_PREFIX=/usr/local/lib # or other directory of your choice 84$ export GNUNET_PREFIX=/usr/local/lib # or other directory of your choice
85# addgroup gnunetdns 85# addgroup gnunetdns
86# adduser gnunet gnunet 86# adduser --system --home "/var/lib/gnunet" --group gnunet
87# ./configure --prefix=$GNUNET_PREFIX/.. --with-extractor=$LE_PREFIX 87# ./configure --prefix=$GNUNET_PREFIX/.. --with-extractor=$LE_PREFIX
88$ make 88$ make
89# make install 89# make install