aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-11-16 16:43:23 +0100
committerxrs <xrs@mail36.net>2018-11-16 16:43:23 +0100
commit8c09492977ec18a1a32ea209f1ae2367bdb21670 (patch)
tree9be8c37f258abc71b2ffa53863402250d42023a8
parentfbb30437326b703d08ba9e2b1f3dca306586246e (diff)
downloadwww-8c09492977ec18a1a32ea209f1ae2367bdb21670.tar.gz
www-8c09492977ec18a1a32ea209f1ae2367bdb21670.zip
rm typos
-rw-r--r--tutorial-archpi.html.j28
-rw-r--r--tutorial-debian9.html.j22
2 files changed, 5 insertions, 5 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
7Welcome to this GNUnet tutorial for Archlinux on a Raspberry Pi 3. If you want 7Welcome to this GNUnet tutorial for Archlinux on a Raspberry Pi 3. If you want
8to run a GNUnet node on a separte System, permanently online, with low energy 8to run a GNUnet node on a separte system, permanently online, with low energy
9consumption, this might be the thing for you. This tutorial shows you how to 9consumption, this might be the thing for you. This tutorial shows you how to
10install, run, and operate it. 10install, 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
110After starting GNUnet you should make sure, that your peer is connecting to the 110After starting GNUnet you should make sure that your peer is connecting to the
111P2P-network. By typing gnunet-core you should see something like this: 111P2P-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
124software.</p> 124software.</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
diff --git a/tutorial-debian9.html.j2 b/tutorial-debian9.html.j2
index bab12e73..330af8ec 100644
--- a/tutorial-debian9.html.j2
+++ b/tutorial-debian9.html.j2
@@ -29,7 +29,7 @@ for some experimental GNUnet features.</p>
29$ sudo apt install git libtool autoconf autopoint build-essential libgcrypt-dev libidn11-dev zlib1g-dev libunistring-dev libglpk-dev miniupnpc libextractor-dev libjansson-dev libcurl4-gnutls-dev libsqlite3-dev 29$ sudo apt install git libtool autoconf autopoint build-essential libgcrypt-dev libidn11-dev zlib1g-dev libunistring-dev libglpk-dev miniupnpc libextractor-dev libjansson-dev libcurl4-gnutls-dev libsqlite3-dev
30</code></p> 30</code></p>
31 31
32<h3>{{ _("Make an installatino directory") }}</h3> 32<h3>{{ _("Make an installation directory") }}</h3>
33 33
34<p>Next we create a directory in our home directory where we store the source code later. We should keep this directory after installation because it contains Makefiles that can be used for uninstalling GNUnet again (see chapter *Uninstall GNUnet and its dependencies*).</p> 34<p>Next we create a directory in our home directory where we store the source code later. We should keep this directory after installation because it contains Makefiles that can be used for uninstalling GNUnet again (see chapter *Uninstall GNUnet and its dependencies*).</p>
35 35