aboutsummaryrefslogtreecommitdiff
path: root/template/tutorial-macos.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/tutorial-macos.html.j2')
-rw-r--r--template/tutorial-macos.html.j212
1 files changed, 5 insertions, 7 deletions
diff --git a/template/tutorial-macos.html.j2 b/template/tutorial-macos.html.j2
index 43120c79..9f76df15 100644
--- a/template/tutorial-macos.html.j2
+++ b/template/tutorial-macos.html.j2
@@ -33,20 +33,18 @@
33 <code> 33 <code>
34 $ cp gnunet.rb $(brew --repo homebrew/core)/Formula 34 $ cp gnunet.rb $(brew --repo homebrew/core)/Formula
35 </code> 35 </code>
36 36 <br/>
37 <p>
38 Then install: 37 Then install:
39 </p> 38 <br/>
40
41 <code> 39 <code>
42 $ brew install gnunet 40 $ brew install gnunet
43 </code><br/> 41 </code><br/>
44 42
45 <p> If you want to install GNUnet from git, execute:</p> 43 Alternatively, if you want to install GNUnet from git, execute:
46 44<br/>
47 <code> 45 <code>
48 $ brew install --HEAD gnunet 46 $ brew install --HEAD gnunet
49 </code><br/> 47 </code><br/><br/>
50 48
51 <h3>{{ _("Installation from source") }}</h3> 49 <h3>{{ _("Installation from source") }}</h3>
52 50