From af1fcd1a12be6d089bd7c1e66b99dd626a448dca Mon Sep 17 00:00:00 2001 From: lurchi Date: Wed, 26 Jun 2019 12:10:27 +0200 Subject: fix config path --- template/tutorial-archpi.html.j2 | 2 +- template/tutorial-debian9.html.j2 | 2 +- template/tutorial-macos.html.j2 | 2 +- template/tutorial-netbsd.html.j2 | 2 +- template/tutorial-ubuntu1804.html.j2 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/template/tutorial-archpi.html.j2 b/template/tutorial-archpi.html.j2 index c33c57bd..2fdfab07 100644 --- a/template/tutorial-archpi.html.j2 +++ b/template/tutorial-archpi.html.j2 @@ -56,7 +56,7 @@ in the next step:

{{ _("Run") }}

By default GNUnet looks in our home directory for the file -~/.gnunet/gnunet.conf. We can start with an empty file for now:

+~/.config/gnunet.conf. We can start with an empty file for now:

> touch ~/.config/gnunet.conf diff --git a/template/tutorial-debian9.html.j2 b/template/tutorial-debian9.html.j2 index aed428ff..9d34fdfd 100644 --- a/template/tutorial-debian9.html.j2 +++ b/template/tutorial-debian9.html.j2 @@ -196,7 +196,7 @@

Congratulations! GNUnet is now installed! Before we start it we need to create a configuration file. By default GNUnet looks in - our home directory for the file `~/.gnunet/gnunet.conf`. We can + our home directory for the file `~/.config/gnunet.conf`. We can start with an empty file for now:

diff --git a/template/tutorial-macos.html.j2 b/template/tutorial-macos.html.j2 index 69b02b28..22ede95f 100644 --- a/template/tutorial-macos.html.j2 +++ b/template/tutorial-macos.html.j2 @@ -40,7 +40,7 @@

Congratulations! GNUnet is now installed! Before starting it you may create a configuration file. By default GNUnet looks in - our home directory for the file `~/.gnunet/gnunet.conf`. + our home directory for the file `~/.config/gnunet.conf`. Creating the configuation file is optional. For now just create an empty file which will remind you of the location later if needed:

diff --git a/template/tutorial-netbsd.html.j2 b/template/tutorial-netbsd.html.j2 index 18e9e630..2d582989 100644 --- a/template/tutorial-netbsd.html.j2 +++ b/template/tutorial-netbsd.html.j2 @@ -101,7 +101,7 @@

Congratulations! GNUnet is now installed! Before starting it you may create a configuration file. By default GNUnet looks in - our home directory for the file `~/.gnunet/gnunet.conf`. + our home directory for the file `~/.config/gnunet.conf`. Creating the configuation file is optional. For now just create an empty file which will remind you of the location later if needed:

diff --git a/template/tutorial-ubuntu1804.html.j2 b/template/tutorial-ubuntu1804.html.j2 index 12d4b048..3f01e7ff 100644 --- a/template/tutorial-ubuntu1804.html.j2 +++ b/template/tutorial-ubuntu1804.html.j2 @@ -144,7 +144,7 @@

Congratulations! GNUnet is now installed! Before we start it we need to create a configuration file. By default GNUnet looks in - our home directory for the file `~/.gnunet/gnunet.conf`. We can + our home directory for the file `~/.config/gnunet.conf`. We can start with an empty file for now:


-- cgit v1.2.3