From: ng0 Date: Wed, 6 Sep 2017 07:36:03 +0000 (+0000) Subject: doc: gnunet-c-tutorial: @file, @subsubsection, minor changes. X-Git-Tag: gnunet-0.11.0rc0~123 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4d4c96237c19efbada15fa2152537ef8250f658f;p=oweals%2Fgnunet.git doc: gnunet-c-tutorial: @file, @subsubsection, minor changes. --- 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 $ ./bootstrap @end example -The remainder of this tutorial assumes that you have Git Master checked out. +The remainder of this tutorial assumes that you have Git branch ``master'' checked out. @subsection Compiling and Installing GNUnet @@ -146,7 +146,7 @@ $ sudo make install $ cd .. @end example -@c sub:install +@subsubsection Installing GNUnet Assuming all dependencies are installed, the following commands will compile and install GNUnet in your home directory. You can specify the directory where GNUnet will be installed by changing the @@ -187,7 +187,7 @@ empty. If you see an output like: @example $ which gnunet-arm @end example -check your PATH variable to ensure GNUnet's bin directory is included. +check your PATH variable to ensure GNUnet's @file{bin} directory is included. GNUnet provides tests for all of its subcomponents. Run @example