Update installation instructions
[vchess.git] / server / README.md
index 9adba7a..c75d01c 100644 (file)
@@ -1,19 +1,10 @@
 # vchess-server
 
-Instructions to run the server locally.
+## Setup
 
-## Requirements
-
- - Node.js + npm (any recent version)
- - SQLite (version 3)
+See main INSTALL\_INSTRUCTIONS file.
 
-## Installation
-
- 1. Execute db/\*.sql scripts to create and fill db/vchess.sqlite
- 2. Rename and edit config/parameters.js.dist into parameters.js
- 3. npm install
+## Requirements
 
-Then run with the command
-```
-npm start
-```
+- Node.js + npm (any recent version)
+- SQLite (version 3)