diff options
Diffstat (limited to 'template/tutorial-macos.html.j2')
-rw-r--r-- | template/tutorial-macos.html.j2 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/template/tutorial-macos.html.j2 b/template/tutorial-macos.html.j2 index 010d1a56..8bca8f50 100644 --- a/template/tutorial-macos.html.j2 +++ b/template/tutorial-macos.html.j2 @@ -25,10 +25,11 @@ 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> + <p> Then install: </p> @@ -37,7 +38,8 @@ $ brew install gnunet </code> - If you want to install GNUnet from git, execute: + <p> If you want to install GNUnet from git, execute:</p> + <code> $ brew install --HEAD gnunet </code> @@ -54,6 +56,7 @@ <code> $ brew install git autoconf automake glpk gettext gnutls jansson libextractor libgcrypt libffi libidn2 libmicrohttpd libmpc libtool libunistring pkg-config unbound </code> + <p> Next, create a directory in your. This directory is where we store the source code later. You should keep this directory after @@ -66,7 +69,7 @@ $ mkdir ~/gnunet </code> - <h3>{{ _("Get the source code") }}</h3> + <h4>{{ _("Get the source code") }}</h4> <code> $ cd ~<br> |