aboutsummaryrefslogtreecommitdiff
path: root/template/tutorial-ubuntu1804.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/tutorial-ubuntu1804.html.j2')
-rw-r--r--template/tutorial-ubuntu1804.html.j23
1 files changed, 1 insertions, 2 deletions
diff --git a/template/tutorial-ubuntu1804.html.j2 b/template/tutorial-ubuntu1804.html.j2
index 6b2616f9..32d4dc91 100644
--- a/template/tutorial-ubuntu1804.html.j2
+++ b/template/tutorial-ubuntu1804.html.j2
@@ -79,8 +79,7 @@
79 <code> 79 <code>
80 $ cd ~/gnunet_installation/gnunet<br> 80 $ cd ~/gnunet_installation/gnunet<br>
81 $ ./bootstrap<br> 81 $ ./bootstrap<br>
82 $ export GNUNET_PREFIX=/usr<br> 82 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --with-microhttpd=/opt/libmicrohttpd<br>
83 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation
84 $ sudo addgroup gnunetdns<br> 83 $ sudo addgroup gnunetdns<br>
85 $ sudo adduser --system --group --disabled-login --home /var/lib/gnunet gnunet<br> 84 $ sudo adduser --system --group --disabled-login --home /var/lib/gnunet gnunet<br>
86 $ make -j$(nproc || echo -n 1)<br> 85 $ make -j$(nproc || echo -n 1)<br>