From ce2f61a426a1489dd68e0dad5119ab840443bab2 Mon Sep 17 00:00:00 2001 From: Anatoly Khaytovich Date: Sat, 30 Jan 2016 21:42:26 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a74f8fe..eb9ee38 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,13 @@ Chunk size can be adjusted easily via configuration file.

3. Edit configuration file located at

/path/to/nmig/config.json
with correct details.

Note:  config.json contains brief description of each configuration parameter.

-

4.

Go to nmig directory, install dependencies, and run the app.
+

4.Go to nmig directory, install dependencies, and run the app.
    Sample:

$ cd /path/to/nmig

$ npm install mysql

$ npm install pg

$ node main.js

+

5. At the end of migration check log files, if necessary.
    Log files will be located under "logs_directory" folder in the root of the package.