aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-06 07:36:03 +0000
committerng0 <ng0@infotropique.org>2017-09-06 07:36:03 +0000
commit4d4c96237c19efbada15fa2152537ef8250f658f (patch)
treea9e9953d1dd50722c0b3de76ebbb9a7e8e8da3ca /doc
parent8dc5e74692bffa4e1c6c9fc5478f58161c3cf712 (diff)
downloadgnunet-4d4c96237c19efbada15fa2152537ef8250f658f.tar.gz
gnunet-4d4c96237c19efbada15fa2152537ef8250f658f.zip
doc: gnunet-c-tutorial: @file, @subsubsection, minor changes.
Diffstat (limited to 'doc')
-rw-r--r--doc/gnunet-c-tutorial.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gnunet-c-tutorial.texi b/doc/gnunet-c-tutorial.texi
index 03edeba8c..78d48a386 100644
--- a/doc/gnunet-c-tutorial.texi
+++ b/doc/gnunet-c-tutorial.texi
@@ -120,7 +120,7 @@ $ cd gnunet
120$ ./bootstrap 120$ ./bootstrap
121@end example 121@end example
122 122
123The remainder of this tutorial assumes that you have Git Master checked out. 123The remainder of this tutorial assumes that you have Git branch ``master'' checked out.
124 124
125@subsection Compiling and Installing GNUnet 125@subsection Compiling and Installing GNUnet
126 126
@@ -146,7 +146,7 @@ $ sudo make install
146$ cd .. 146$ cd ..
147@end example 147@end example
148 148
149@c sub:install 149@subsubsection Installing GNUnet
150Assuming all dependencies are installed, the following commands will 150Assuming all dependencies are installed, the following commands will
151compile and install GNUnet in your home directory. You can specify the 151compile and install GNUnet in your home directory. You can specify the
152directory where GNUnet will be installed by changing the 152directory where GNUnet will be installed by changing the
@@ -187,7 +187,7 @@ empty. If you see an output like:
187@example 187@example
188$ which gnunet-arm 188$ which gnunet-arm
189@end example 189@end example
190check your PATH variable to ensure GNUnet's bin directory is included. 190check your PATH variable to ensure GNUnet's @file{bin} directory is included.
191 191
192GNUnet provides tests for all of its subcomponents. Run 192GNUnet provides tests for all of its subcomponents. Run
193@example 193@example