summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-28 14:04:10 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-28 14:04:10 +0000
commita1499b9808cc65db2eea55db0e07ae1f801fdec9 (patch)
tree06cae858974cc53185ca96dab8b656c432bb498b /README
parentadded install info to README (diff)
added adduser and deluser to insatll target
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index e2ba6ed..9e4cdf4 100644
--- a/README
+++ b/README
@@ -69,7 +69,9 @@ Installing
# sudo make install
-This will install anytun under the $PREFIX defined with configure
+This will install anytun under the --prefix defined with configure.
+It also creates a user with name --username with home --userhome
+which can be changed by configure as well.
Uninstalling
------------
@@ -80,4 +82,5 @@ This removes everytthing except for the config files
# sudo make purge
-This also removes config files
+This also removes the config files and deletes the user and it's
+home directory.