Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "mysql-fill", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Simple Node.js utility to help maintaining compatibility between MySQL databases.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,9 +13,9 @@ # mysql-fill | ||
```bash | ||
$ npm install mysql-fill | ||
$ npm install mysql-fill --save-dev | ||
``` | ||
And to run it, simply use node, passing the 2 configuration files (their structure is described below) as arguments: | ||
And to run it, simply use node and run it directly from node_modules, passing the 2 configuration files (their structure is described below) as arguments: | ||
```bash | ||
$ node ./mysql-fill ./connection.json ./structure.json | ||
$ node ./node_modules/mysql-fill ./connection.json ./structure.json | ||
``` | ||
@@ -22,0 +22,0 @@ |
31332