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.j29
1 files changed, 6 insertions, 3 deletions
diff --git a/template/tutorial-macos.html.j2 b/template/tutorial-macos.html.j2
index dc5960b4..43120c79 100644
--- a/template/tutorial-macos.html.j2
+++ b/template/tutorial-macos.html.j2
@@ -15,18 +15,21 @@
15 correctly. 15 correctly.
16 </p> 16 </p>
17 17
18 <h3>{{ _("Installation through homebrew") }}</h3> 18 <h3>{{ _("Requirements") }}</h3>
19 19
20 <p>
21 As a bare minimum, we recommend you install <a href="https://brew.sh">homebrew</a> and <a href="https://developer.apple.com/xcode/">XCode</a> before reading any further.
22 </p>
20 23
21 <h4>{{ _("Requirements") }}</h4>
22 24
25 <h3>{{ _("Installation through homebrew") }}</h3>
23 <p> 26 <p>
24 First, install <a href="https://brew.sh">homebrew</a> and <a href="https://developer.apple.com/xcode/">XCode</a>.
25 GNUnet is not yet in the official homebrew repos (we are working on it). 27 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> 28 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: 29 and put it under the homebrew formula folder:
28 </p> 30 </p>
29 31
32
30 <code> 33 <code>
31 $ cp gnunet.rb $(brew --repo homebrew/core)/Formula 34 $ cp gnunet.rb $(brew --repo homebrew/core)/Formula
32 </code> 35 </code>