diff --git a/Readme.md b/Readme.md index 3e84e62..3d92472 100644 --- a/Readme.md +++ b/Readme.md @@ -2,28 +2,6 @@ This reroutes sites to 0.0.0.0 in order to block them from being reached by adding them automatically to the hosts file. -## Requirements to install and run - -### Linux - -- gcc - -- make - -- libcurl4-gnutls-dev - -## Install - -### Linux - - sudo make install - -## Update - -### Linux - - sudo make reinstall - ## How to use Open the config file: diff --git a/src/rhostsConfig.h.in b/src/rhostsConfig.h.in index acae99a..e68951c 100644 --- a/src/rhostsConfig.h.in +++ b/src/rhostsConfig.h.in @@ -1,2 +1 @@ -// the configured options and settings for Tutorial #define rhosts_VERSION "@rhosts_VERSION@"