summaryrefslogtreecommitdiff
path: root/tutorial-archpi.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial-archpi.html.j2')
-rw-r--r--tutorial-archpi.html.j28
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 @@
<h2>{{ _("Tutorial: GNUnet on Archlinux/Pi") }}</h2>
Welcome to this GNUnet tutorial for Archlinux on a Raspberry Pi 3. If you want
-to run a GNUnet node on a separte System, permanently online, with low energy
+to run a GNUnet node on a separte system, permanently online, with low energy
consumption, this might be the thing for you. This tutorial shows you how to
install, run, and operate it.
@@ -107,7 +107,7 @@ vpn (gnunet-service-vpn)<br>
<h3>{{ _("Make sure, it works!") }}</h3>
-After starting GNUnet you should make sure, that your peer is connecting to the
+After starting GNUnet you should make sure that your peer is connecting to the
P2P-network. By typing gnunet-core you should see something like this:
<p><code>
@@ -124,8 +124,8 @@ Tue Oct 30 19:58:48 2018: connection established 5WBG (timeout in 299 s
software.</p>
<p><code>
-> git clone https://gnunet.org/git/gnunet-nim.git
-> cd gnunet-nim/examples
+> git clone https://gnunet.org/git/gnunet-nim.git<br>
+> cd gnunet-nim/examples<br>
> nim c groupchat.nim
</code></p>