From 6d92339a30f3d3235dab93c482c553d0b787d7dc Mon Sep 17 00:00:00 2001 From: Lee Valentine Date: Tue, 21 Jan 2020 10:15:54 -0800 Subject: [PATCH] Update README regarding Maxmind downloading instructions. Fixes #83 --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a5aec97..d3b62c1 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,7 @@ make install ``` ## Download Maxmind GeoLite2 Database (optional) -The free GeoLite2 databases are available from [Maxminds website](http://dev.maxmind.com/geoip/geoip2/geolite2/) - -[GeoLite2 City](http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz) -[GeoLite2 Country](http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz) +The free GeoLite2 databases are available from [Maxminds website](http://dev.maxmind.com/geoip/geoip2/geolite2/) (requires signing up) ## Example Usage: ```