aboutsummaryrefslogtreecommitdiff
path: root/template/tutorial-netbsd.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/tutorial-netbsd.html.j2')
-rw-r--r--template/tutorial-netbsd.html.j210
1 files changed, 7 insertions, 3 deletions
diff --git a/template/tutorial-netbsd.html.j2 b/template/tutorial-netbsd.html.j2
index 9a55cd75..dae3a177 100644
--- a/template/tutorial-netbsd.html.j2
+++ b/template/tutorial-netbsd.html.j2
@@ -17,9 +17,14 @@
17 <h3>{{ _("Requirements") }}</h3> 17 <h3>{{ _("Requirements") }}</h3>
18 18
19 <p> 19 <p>
20 As a bare minimum, we recommend you install <a href="http://pkgsrc.org">pkgsrc</a>. This tutorial assumes you have the CURRENT version checked out. Additionally you might want to install <code>devel/git-base</code> and git clone <a href="http://pkgsrc.org/wip/">pkgsrc-wip</a> into a <code>wip</code> folder in your pkgsrc folder. 20 As a bare minimum, we recommend you install <a href="http://pkgsrc.org">pkgsrc</a>. This tutorial assumes you have the CURRENT version checked out. Additionally you might want to install <code>devel/git-base</code> and git clone <a href="http://pkgsrc.org/wip/">pkgsrc-wip</a> into the <code>wip</code> folder in your pkgsrc folder:
21 </p>
22 <p>
23 <code>
24 $ cd /usr/pkgsrc<br>
25 git clone git://wip.pkgsrc.org/pkgsrc-wip.git wip
26 </code>
21 </p> 27 </p>
22
23 <h3>{{ _("Installation") }}</h3> 28 <h3>{{ _("Installation") }}</h3>
24 <p> 29 <p>
25 Note: $ stands for commands run as unprivileged user, # for commands run as root user. 30 Note: $ stands for commands run as unprivileged user, # for commands run as root user.
@@ -27,7 +32,6 @@
27 <p> 32 <p>
28 GNUnet is not yet in the pkgsrc tree, it's still in the pkgsrc-wip repository. So if you checked out pkgsrc-wip into <code>/usr/pksrc/wip</code>: 33 GNUnet is not yet in the pkgsrc tree, it's still in the pkgsrc-wip repository. So if you checked out pkgsrc-wip into <code>/usr/pksrc/wip</code>:
29 </p> 34 </p>
30
31 <p> 35 <p>
32 <code> 36 <code>
33 $ cd /usr/pkgsrc/wip/gnunet 37 $ cd /usr/pkgsrc/wip/gnunet