diff --git a/README.md b/README.md index b3a34c7f..90d98e5c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ from MySQL to PostgreSQL as easy and smooth as possible.

USAGE

1. Create a new database.
- Sample:  CREATE DATABASE my_postgresql_database;

+ Sample:  CREATE DATABASE my_postgresql_database;
+ If you are planning to migrate spatial data (geometry type columns), then PostGIS should be installed and enabled. +

2. Download NMIG package and put it on the machine running your PostgreSQL (not mandatory, but preferably).
Sample: /path/to/nmig