summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-11-11 04:29:11 +0000
committerChristian Pointner <equinox@anytun.org>2009-11-11 04:29:11 +0000
commit26bebc5a28054e6c5ffd27eaf30edec639e8bb0c (patch)
tree0645fb8d2fdaa901025f9c1f7318ef24cf8b832e
parentupdated Reade (diff)
updated Readme
-rw-r--r--README39
1 files changed, 19 insertions, 20 deletions
diff --git a/README b/README
index 9bf4c39..c978f80 100644
--- a/README
+++ b/README
@@ -94,6 +94,25 @@ Notes:
version
- on FreeBSD you have to use gmake instead of make
+Installing
+----------
+
+# sudo make install
+
+This will install anytun under the --prefix defined with configure.
+
+Uninstalling
+------------
+
+# sudo make remove
+
+This removes everytthing except for the config files
+
+# sudo make purge
+
+This also removes the config files
+
+
Errors:
=======
@@ -111,23 +130,3 @@ cd /dev
edit /etc/modules and add the line
tun
to load the module automatically
-
-
-Installing
-==========
-
-# sudo make install
-
-This will install anytun under the --prefix defined with configure.
-
-
-Uninstalling
-============
-
-# sudo make remove
-
-This removes everytthing except for the config files
-
-# sudo make purge
-
-This also removes the config files