diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -111,3 +111,23 @@ 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 |