From 41f855bcc3c869cd5f93ed5e44bbc6f4da27b3f7 Mon Sep 17 00:00:00 2001 From: Carla Date: Tue, 23 Jun 2015 17:15:01 +0200 Subject: [PATCH] Update README.md --- geocoder/ip-addresses/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/geocoder/ip-addresses/README.md b/geocoder/ip-addresses/README.md index 4cf9c2e..8a454f3 100644 --- a/geocoder/ip-addresses/README.md +++ b/geocoder/ip-addresses/README.md @@ -24,10 +24,11 @@ SELECT geocode_ip(Array['1.0.16.0', '::ffff:1.0.16.0']) # Creation steps -1. Obtain the file from http://geolite.maxmind.com/download/geoip/database/GeoLite2-City-CSV.zip -2. Uncompress it and upload the `GeoLite2-City-Blocks-IPv4.csv` file -3. Rename the uploaded table as `latest_ip_address_locations` -4. Run the `sql/build_data_table` script to update the table +1. Create the `ip_address_locations` table +2. Obtain the file from http://geolite.maxmind.com/download/geoip/database/GeoLite2-City-CSV.zip +3. Uncompress it and upload the `GeoLite2-City-Blocks-IPv4.csv` file +4. Rename the uploaded table as `latest_ip_address_locations` +5. Run the `sql/build_data_table` script to update the table # Data Sources