From 197df5c59049d86c952b722d401424edd96ae8b0 Mon Sep 17 00:00:00 2001 From: Alexey Nizhegolenko Date: Wed, 10 Oct 2018 21:49:52 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd88144..8c4729d 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,13 @@ $ cp geostat.service.template geostat.service $ vi geostat.service $ cp geostat.service /lib/systemd/system/ ``` -4) Download latest GeoLiteCity.dat from MaxMind +3) Download latest GeoLiteCity.dat from MaxMind ```sh $ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz $ gunzip GeoLiteCity.dat.gz $ rm GeoLiteCity.dat.gz ``` -5) Then enable and start service +4) Then enable and start service ```sh $ systemctl enable geostat.service $ systemctl start geostat.service