summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2019-02-22 20:28:12 +0100
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2019-02-22 20:28:12 +0100
commitd191dd4b727a119154f94992b9dc792fc1b41f8a (patch)
tree4429c1ba76ecb5df9b8226acf2396ecc300c01d0
parentbcde55cd8e29132ca7ce3b6f277d17585c3dd995 (diff)
update
-rw-r--r--template/tutorial-macos.html.j27
1 files changed, 4 insertions, 3 deletions
diff --git a/template/tutorial-macos.html.j2 b/template/tutorial-macos.html.j2
index fd86c750..ad770445 100644
--- a/template/tutorial-macos.html.j2
+++ b/template/tutorial-macos.html.j2
@@ -25,7 +25,8 @@
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>
@@ -36,13 +37,13 @@
<code>
$ brew install gnunet
- </code>
+ </code><br/>
<p> If you want to install GNUnet from git, execute:</p>
<code>
$ brew install --HEAD gnunet
- </code>
+ </code><br/>
<h3>{{ _("Installation from source") }}</h3>