Update README.md

This commit is contained in:
Carla
2015-06-23 17:15:29 +02:00
parent 41f855bcc3
commit 4f9b0360d6

View File

@@ -32,11 +32,9 @@ SELECT geocode_ip(Array['1.0.16.0', '::ffff:1.0.16.0'])
# Data Sources
GeoLite2 open source database [Created by MaxMind](http://www.maxmind.com) -
http://dev.maxmind.com/geoip/geoip2/geolite2/ Download the CSV [Geolite2 City](http://geolite.maxmind.com/download/geoip/database/GeoLite2-City-CSV.zip)
# Preparation details
This section doesn't require special processing.
* GeoLite2 open source database [Created by MaxMind](http://www.maxmind.com) -
http://dev.maxmind.com/geoip/geoip2/geolite2/
Download the CSV [Geolite2 City](http://geolite.maxmind.com/download/geoip/database/GeoLite2-City-CSV.zip)
# Testing
In order to test the data and the functions created under the script avaialble in this folder, you will need to run `bash test.sh` from `test/data` and `test/functions`.