From d125a99347b2ee8d507adac5acc40e9e15f15b4d Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Fri, 17 Sep 2021 11:59:41 -0500 Subject: [PATCH] Removed old makefile instructions from README --- Readme.md | 22 ---------------------- src/rhostsConfig.h.in | 1 - 2 files changed, 23 deletions(-) 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@"