aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-03 18:25:03 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-03 18:25:03 +0100
commit13a112e3dd9e1df810472e71ba807f389cda6193 (patch)
tree113b14d04f73dce80b5169acab30166955c02be7
parent635301a51cd03cc29b109a8e1e9fa153da380de1 (diff)
downloadwww-13a112e3dd9e1df810472e71ba807f389cda6193.tar.gz
www-13a112e3dd9e1df810472e71ba807f389cda6193.zip
update macOS instructions
-rw-r--r--template/tutorial-macos.html.j221
1 files changed, 1 insertions, 20 deletions
diff --git a/template/tutorial-macos.html.j2 b/template/tutorial-macos.html.j2
index 00f5edfc..d89a9d31 100644
--- a/template/tutorial-macos.html.j2
+++ b/template/tutorial-macos.html.j2
@@ -20,18 +20,8 @@
20 20
21 <h3>{{ _("Installation") }}</h3> 21 <h3>{{ _("Installation") }}</h3>
22 <p> 22 <p>
23 GNUnet is not yet in the official homebrew repos (we are working on it). 23 GNUnet is available through homebrew:
24 So, you need to grab the formula from <a href="https://git.gnunet.org/gnunet.git/tree/contrib/gnunet.rb">here</a>
25 and put it under the homebrew formula folder:
26 </p> 24 </p>
27
28 <p>
29 <code>
30 $ cp gnunet.rb $(brew --repo homebrew/core)/Formula
31 </code>
32 </p>
33 <br/>
34 Then install:
35 <br/> 25 <br/>
36 <p> 26 <p>
37 <code> 27 <code>
@@ -39,15 +29,6 @@
39 </code> 29 </code>
40 </p> 30 </p>
41 31
42 Alternatively, if you want to install GNUnet from git, execute:
43<br/>
44 <p>
45 <code>
46 $ brew install --HEAD gnunet
47 </code>
48 </p>
49 <br/>
50
51 <p>And you're done!. <br/> 32 <p>And you're done!. <br/>
52 GNUnet has a number of services and features. 33 GNUnet has a number of services and features.
53 Please check <a href="https://docs.gnunet.org">our documentation</a> 34 Please check <a href="https://docs.gnunet.org">our documentation</a>