aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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