diff options
Diffstat (limited to 'tutorial-archpi.html.j2')
-rw-r--r-- | tutorial-archpi.html.j2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tutorial-archpi.html.j2 b/tutorial-archpi.html.j2 index cf5eb28c..893a7de8 100644 --- a/tutorial-archpi.html.j2 +++ b/tutorial-archpi.html.j2 | |||
@@ -5,7 +5,7 @@ | |||
5 | <h2>{{ _("Tutorial: GNUnet on Archlinux/Pi") }}</h2> | 5 | <h2>{{ _("Tutorial: GNUnet on Archlinux/Pi") }}</h2> |
6 | 6 | ||
7 | Welcome to this GNUnet tutorial for Archlinux on a Raspberry Pi 3. If you want | 7 | Welcome to this GNUnet tutorial for Archlinux on a Raspberry Pi 3. If you want |
8 | to run a GNUnet node on a separte System, permanently online, with low energy | 8 | to run a GNUnet node on a separte system, permanently online, with low energy |
9 | consumption, this might be the thing for you. This tutorial shows you how to | 9 | consumption, this might be the thing for you. This tutorial shows you how to |
10 | install, run, and operate it. | 10 | install, run, and operate it. |
11 | 11 | ||
@@ -107,7 +107,7 @@ vpn (gnunet-service-vpn)<br> | |||
107 | 107 | ||
108 | <h3>{{ _("Make sure, it works!") }}</h3> | 108 | <h3>{{ _("Make sure, it works!") }}</h3> |
109 | 109 | ||
110 | After starting GNUnet you should make sure, that your peer is connecting to the | 110 | After starting GNUnet you should make sure that your peer is connecting to the |
111 | P2P-network. By typing gnunet-core you should see something like this: | 111 | P2P-network. By typing gnunet-core you should see something like this: |
112 | 112 | ||
113 | <p><code> | 113 | <p><code> |
@@ -124,8 +124,8 @@ Tue Oct 30 19:58:48 2018: connection established 5WBG (timeout in 299 s | |||
124 | software.</p> | 124 | software.</p> |
125 | 125 | ||
126 | <p><code> | 126 | <p><code> |
127 | > git clone https://gnunet.org/git/gnunet-nim.git | 127 | > git clone https://gnunet.org/git/gnunet-nim.git<br> |
128 | > cd gnunet-nim/examples | 128 | > cd gnunet-nim/examples<br> |
129 | > nim c groupchat.nim | 129 | > nim c groupchat.nim |
130 | </code></p> | 130 | </code></p> |
131 | 131 | ||