diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-09 15:42:48 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-09 15:42:48 +0000 |
commit | 97848fb40cab2d07afd5b60abc15a14620d9acc6 (patch) | |
tree | 3768570462c1e6551db97deb4391bbd4c0b616c6 /README | |
parent | cf54f5baf91f3c7ade7532ddf63c554c6e742b3e (diff) |
-fix
git-svn-id: https://gnunet.org/svn/gnunet@23728 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,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 |