summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2019-02-22 20:21:15 +0100
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2019-02-22 20:21:15 +0100
commitc890b2bd4a42f86fd00b5d943e9ca2bb11018d44 (patch)
tree9a80330f3a7a939a7a96d989ea854742986e02c7
parent315208506c8961ea922f6759cec1a8957c4b161f (diff)
update
-rw-r--r--template/tutorial-macos.html.j29
1 files changed, 6 insertions, 3 deletions
diff --git a/template/tutorial-macos.html.j2 b/template/tutorial-macos.html.j2
index 010d1a56..8bca8f50 100644
--- a/template/tutorial-macos.html.j2
+++ b/template/tutorial-macos.html.j2
@@ -25,10 +25,11 @@
GNUnet is not yet in the official homebrew repos (we are working on it).
So, you need to grab the formula from <a href="https://git.gnunet.org/gnunet.git/tree/contrib/gnunet.rb">here</a>
and put it under the homebrew formula folder:
- </p>
+ </p><
<code>
$ cp gnunet.rb $(brew --repo homebrew/core)/Formula
</code>
+
<p>
Then install:
</p>
@@ -37,7 +38,8 @@
$ brew install gnunet
</code>
- If you want to install GNUnet from git, execute:
+ <p> If you want to install GNUnet from git, execute:</p>
+
<code>
$ brew install --HEAD gnunet
</code>
@@ -54,6 +56,7 @@
<code>
$ brew install git autoconf automake glpk gettext gnutls jansson libextractor libgcrypt libffi libidn2 libmicrohttpd libmpc libtool libunistring pkg-config unbound
</code>
+
<p>
Next, create a directory in your. This directory is where we store
the source code later. You should keep this directory after
@@ -66,7 +69,7 @@
$ mkdir ~/gnunet
</code>
- <h3>{{ _("Get the source code") }}</h3>
+ <h4>{{ _("Get the source code") }}</h4>
<code>
$ cd ~<br>