aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
25 GNUnet is not yet in the official homebrew repos (we are working on it). 25 GNUnet is not yet in the official homebrew repos (we are working on it).
26 So, you need to grab the formula from <a href="https://git.gnunet.org/gnunet.git/tree/contrib/gnunet.rb">here</a> 26 So, you need to grab the formula from <a href="https://git.gnunet.org/gnunet.git/tree/contrib/gnunet.rb">here</a>
27 and put it under the homebrew formula folder: 27 and put it under the homebrew formula folder:
28 </p> 28 </p><
29 <code> 29 <code>
30 $ cp gnunet.rb $(brew --repo homebrew/core)/Formula 30 $ cp gnunet.rb $(brew --repo homebrew/core)/Formula
31 </code> 31 </code>
32
32 <p> 33 <p>
33 Then install: 34 Then install:
34 </p> 35 </p>
@@ -37,7 +38,8 @@
37 $ brew install gnunet 38 $ brew install gnunet
38 </code> 39 </code>
39 40
40 If you want to install GNUnet from git, execute: 41 <p> If you want to install GNUnet from git, execute:</p>
42
41 <code> 43 <code>
42 $ brew install --HEAD gnunet 44 $ brew install --HEAD gnunet
43 </code> 45 </code>
@@ -54,6 +56,7 @@
54 <code> 56 <code>
55 $ brew install git autoconf automake glpk gettext gnutls jansson libextractor libgcrypt libffi libidn2 libmicrohttpd libmpc libtool libunistring pkg-config unbound 57 $ brew install git autoconf automake glpk gettext gnutls jansson libextractor libgcrypt libffi libidn2 libmicrohttpd libmpc libtool libunistring pkg-config unbound
56 </code> 58 </code>
59
57 <p> 60 <p>
58 Next, create a directory in your. This directory is where we store 61 Next, create a directory in your. This directory is where we store
59 the source code later. You should keep this directory after 62 the source code later. You should keep this directory after
@@ -66,7 +69,7 @@
66 $ mkdir ~/gnunet 69 $ mkdir ~/gnunet
67 </code> 70 </code>
68 71
69 <h3>{{ _("Get the source code") }}</h3> 72 <h4>{{ _("Get the source code") }}</h4>
70 73
71 <code> 74 <code>
72 $ cd ~<br> 75 $ cd ~<br>