aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorng0 <contact.ng0@cryptolab.net>2017-01-16 23:47:38 +0000
committerng0 <contact.ng0@cryptolab.net>2017-01-16 23:47:38 +0000
commit2082c4e146e914087e020fb863141eb2ad7b89e9 (patch)
treea0041c970556435bad7a5a7e75fb210759420efa /README
parenta760ff52c2ec00f46a9a384a1d63e637ba6b3271 (diff)
downloadgnunet-2082c4e146e914087e020fb863141eb2ad7b89e9.tar.gz
gnunet-2082c4e146e914087e020fb863141eb2ad7b89e9.zip
README: Change adduser line.
This is a follow-up to 85320267db58094d6623fd93bf969e0d4a6d96f2.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 21fb00ff5..a72d8b3b8 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 --shell /bin/sh
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