Removed old makefile instructions from README
parent
5b26e00ae8
commit
d125a99347
22
Readme.md
22
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:
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
// the configured options and settings for Tutorial
|
||||
#define rhosts_VERSION "@rhosts_VERSION@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue