aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial/tutorial.texi
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2022-03-17 15:12:06 +0100
committert3sserakt <t3ss@posteo.de>2022-03-17 15:12:06 +0100
commit8d41efc36bec5bc5ec29278a365d5a63d7349084 (patch)
tree99177b1b5400df5ae7180c2af1f47408cace1034 /doc/tutorial/tutorial.texi
parent95a1edacccd9b3bf769a144a12d41946d0ac25dc (diff)
parentea4a5dd6ca3d62f852b5c2de94071b7fc8f0544c (diff)
downloadgnunet-8d41efc36bec5bc5ec29278a365d5a63d7349084.tar.gz
gnunet-8d41efc36bec5bc5ec29278a365d5a63d7349084.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet
Diffstat (limited to 'doc/tutorial/tutorial.texi')
-rw-r--r--doc/tutorial/tutorial.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/tutorial.texi b/doc/tutorial/tutorial.texi
index 0a011c0c8..f849e116a 100644
--- a/doc/tutorial/tutorial.texi
+++ b/doc/tutorial/tutorial.texi
@@ -225,7 +225,7 @@ This is required for obtaining the repository, which is achieved with
225the following command: 225the following command:
226 226
227@example 227@example
228$ git clone https://git.gnunet.org/gnunet 228$ git clone https://git.gnunet.org/gnunet.git
229@end example 229@end example
230 230
231@noindent 231@noindent
@@ -795,7 +795,7 @@ a template build system for writing GNUnet extensions in C. It can be
795obtained as follows: 795obtained as follows:
796 796
797@example 797@example
798$ git clone https://git.gnunet.org/gnunet-ext 798$ git clone https://git.gnunet.org/gnunet-ext.git
799$ cd gnunet-ext/ 799$ cd gnunet-ext/
800$ ./bootstrap 800$ ./bootstrap
801$ ./configure --prefix=$PREFIX --with-gnunet=$PREFIX 801$ ./configure --prefix=$PREFIX --with-gnunet=$PREFIX