- fix ghost regex bug
[oweals/gnunet.git] / README
diff --git a/README b/README
index 7a3d4cf35f3fd63c8cdb9549a7df9859c0c5f723..9066189d031e99e288586fcac518b499458e86c1 100644 (file)
--- a/README
+++ b/README
@@ -31,8 +31,9 @@ These are the direct dependencies for running GNUnet:
 - libextractor  >= 0.6.1
 - libmicrohttpd >= 0.9.18
 - libgcrypt     >= 1.2
-- libcurl       >= 7.21.0
+- 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