diff --git a/Makefile b/Makefile index b8db1d5..249b6ee 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,6 @@ test: install: go install + +get-geoip-db: + curl -s http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz | gunzip > GeoLite2-Country.mmdb