From c890b2bd4a42f86fd00b5d943e9ca2bb11018d44 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Fri, 22 Feb 2019 20:21:15 +0100 Subject: update --- template/tutorial-macos.html.j2 | 9 ++++++--- 1 file 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 here and put it under the homebrew formula folder: -

+

< $ cp gnunet.rb $(brew --repo homebrew/core)/Formula +

Then install:

@@ -37,7 +38,8 @@ $ brew install gnunet - If you want to install GNUnet from git, execute: +

If you want to install GNUnet from git, execute:

+ $ brew install --HEAD gnunet @@ -54,6 +56,7 @@ $ brew install git autoconf automake glpk gettext gnutls jansson libextractor libgcrypt libffi libidn2 libmicrohttpd libmpc libtool libunistring pkg-config unbound +

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 -

{{ _("Get the source code") }}

+

{{ _("Get the source code") }}

$ cd ~
-- cgit v1.2.3