Fix README

This commit is contained in:
Alexey 2019-02-12 11:19:19 +02:00
parent 26be286582
commit 2d605c2069

View file

@ -61,7 +61,7 @@ $ cp geostat.service /lib/systemd/system/
3) Download latest GeoLiteCity.dat from MaxMind 3) Download latest GeoLiteCity.dat from MaxMind
```sh ```sh
$ wget https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz $ wget https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
$ tar -xvf GeoLite2-City.tar.gz $ tar -xvzf GeoLite2-City.tar.gz
$ cp ./GeoLite2-City_some-date/GeoLite2-City.mmdb ./ $ cp ./GeoLite2-City_some-date/GeoLite2-City.mmdb ./
``` ```
4) Then enable and start service 4) Then enable and start service