aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index ce7393ba8..978ae2916 100644
--- a/README
+++ b/README
@@ -84,6 +84,13 @@ configuration file slightly so that data can be stored in
84"/var/lib/gnunet"; you may also want to use "/etc/gnunet.conf" for the 84"/var/lib/gnunet"; you may also want to use "/etc/gnunet.conf" for the
85location of the configuration file in this case. 85location of the configuration file in this case.
86 86
87You can avoid running 'make install' as root if you run configure
88with the "--with-sudo=yes" option and have extensive sudo rights
89(can run chmod +s and chown via sudo). If you run 'make install'
90as a normal user without sudo rights (or the configure option),
91certain binaries that require additional priviledges will not be
92installed properly (and NAT traversal, WLAN and VPN will not work).
93
87Note that additional, per-user configuration files 94Note that additional, per-user configuration files
88(~/.gnunet/gnunet.conf) need to be created by each user (for example, 95(~/.gnunet/gnunet.conf) need to be created by each user (for example,
89by running gnunet-setup). Note that gnunet-setup is a separate 96by running gnunet-setup). Note that gnunet-setup is a separate