Fix README
This commit is contained in:
parent
26be286582
commit
2d605c2069
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue