diff options
Diffstat (limited to 'template/tutorial-macos.html.j2')
-rw-r--r-- | template/tutorial-macos.html.j2 | 7 |
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 @@ GNUnet is not yet in the official homebrew repos (we are working on it). So, you need to grab the formula from <a href="https://git.gnunet.org/gnunet.git/tree/contrib/gnunet.rb">here</a> and put it under the homebrew formula folder: - </p>< + </p> + <code> $ cp gnunet.rb $(brew --repo homebrew/core)/Formula </code> @@ -36,13 +37,13 @@ <code> $ brew install gnunet - </code> + </code><br/> <p> If you want to install GNUnet from git, execute:</p> <code> $ brew install --HEAD gnunet - </code> + </code><br/> <h3>{{ _("Installation from source") }}</h3> |