summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSergey G. Brester <github@sebres.de>2018-03-22 11:09:49 +0100
committerGitHub <noreply@github.com>2018-03-22 11:09:49 +0100
commit1b8840d33387dab65998cd7025c2d6445d5bd5e1 (patch)
tree42131d12cb7df939e44110a92cbaa2f16b23241f /README.md
parent8175a5382618c32f1bf9c6af3297abae952140b5 (diff)
downloadfail2ban-1b8840d33387dab65998cd7025c2d6445d5bd5e1.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3d7b7247..d435e2e4 100644
--- a/README.md
+++ b/README.md
@@ -45,11 +45,11 @@ To install, just do:
tar xvfj fail2ban-0.11.0.tar.bz2
cd fail2ban-0.11.0
- python setup.py install
+ sudo python setup.py install
Alternatively, you can clone the source from GitHub to a directory of Your choice, and do the install from there. Pick the correct branch, for example, 0.11
- git clone https://github.com/fail2ban/fail2ban
+ git clone https://github.com/fail2ban/fail2ban.git
cd fail2ban
sudo python setup.py install
@@ -64,7 +64,7 @@ to see if everything is alright. You should always use fail2ban-client and
never call fail2ban-server directly.
You can verify that you have the correct version installed with
- sudo fail2ban-client version
+ fail2ban-client version
Please note that the system init/service script is not automatically installed.
To enable fail2ban as an automatic service, simply copy the script for your