Skip to content

Commit f85f95b

Browse files
author
Tgys
committed
Update README.md
1 parent 345f8c4 commit f85f95b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ Installation instructions
66
=========
77
1. [Install Node.JS](http://nodejs.org/)
88
2. Download JsControl and extract it somewhere
9-
3. Rename *Plugins_SM* **or** *Plugins_TM* to *Plugins*, according to the game you use.
10-
4. Rename *config.sampleSM.js* **or** *config.sampleTM.js* to *config.js*, according to the game you use.
11-
5. Open the just renamed *config.js* and set the four upper settings correctly.
12-
6. Install MySQL and set up a database. Execute the *Sql/mysql.sql* file on the just made MySQL database.
13-
7. Set the correct values in *config_database.js*.
14-
8. Execute *'node controller.js'* in the directory the *controller.js* is inside. You can also just run *Run.bat* if you're using Windows.
9+
3. Execute *'npm install'* in the directory the *package.json* file is, or run *Install dependencies.cmd* if you're using Windows.
10+
4. Rename *Plugins_SM* **or** *Plugins_TM* to *Plugins*, according to the game you use.
11+
5. Rename *config.sampleSM.js* **or** *config.sampleTM.js* to *config.js*, according to the game you use.
12+
6. Open the just renamed *config.js* and set the four upper settings correctly.
13+
7. Install MySQL and set up a database. Execute the *Sql/mysql.sql* file on the just made MySQL database.
14+
8. Set the correct values in *config_database.js*.
15+
9. Execute *'node controller.js'* in the directory the *controller.js* is inside. You can also just run *Run.bat* if you're using Windows.
1516

1617
Dependencies
1718
=========
18-
All dependencies are included with the download.
1919
* [sax](http://search.npmjs.org/#/sax).
2020
* [xmlbuilder](http://search.npmjs.org/#/xmlbuilder) (required for partial use of xmlrpc)
2121
* [xmlrpc](http://search.npmjs.org/#/xmlrpc) (partial - serializer and deserializer, modified)

0 commit comments

Comments
 (0)