aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
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
29 <code> 30 <code>
30 $ cp gnunet.rb $(brew --repo homebrew/core)/Formula 31 $ cp gnunet.rb $(brew --repo homebrew/core)/Formula
31 </code> 32 </code>
@@ -36,13 +37,13 @@
36 37
37 <code> 38 <code>
38 $ brew install gnunet 39 $ brew install gnunet
39 </code> 40 </code><br/>
40 41
41 <p> If you want to install GNUnet from git, execute:</p> 42 <p> If you want to install GNUnet from git, execute:</p>
42 43
43 <code> 44 <code>
44 $ brew install --HEAD gnunet 45 $ brew install --HEAD gnunet
45 </code> 46 </code><br/>
46 47
47 <h3>{{ _("Installation from source") }}</h3> 48 <h3>{{ _("Installation from source") }}</h3>
48 49