fixes
[oweals/gnunet.git] / README
diff --git a/README b/README
index 5fa01210a109959ad6795e6eba8afcff8517c4fc..9066189d031e99e288586fcac518b499458e86c1 100644 (file)
--- a/README
+++ b/README
@@ -33,6 +33,7 @@ These are the direct dependencies for running GNUnet:
 - libgcrypt     >= 1.2
 - libcurl       >= 7.21.3
 - libunistring  >= 0.9.2
+- gnutls        >= 2.12.0
 - libltdl       >= 2.2 (part of GNU libtool)
 - sqlite        >= 3.0 (default database)
 - mysql         >= 5.1 (alternative to sqLite)
@@ -75,8 +76,8 @@ $ adduser gnunet gnunet
 $ ./configure --prefix=$GNUNET_PREFIX --with-extractor=$LE_PREFIX
 $ make
 # make install
-# sudo -u gnunet mkdir ~/.gnunet/ 
-# sudo -u gnunet touch ~/.gnunet/gnunet.conf
+# sudo -u gnunet mkdir ~gnunet/.gnunet/ 
+# sudo -u gnunet touch ~gnunet/.gnunet/gnunet.conf
 # sudo -u gnunet gnunet-arm -s
 
 This will create the users and groups needed for running GNUnet