Remove extra spaces in server/README.md
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 19 Mar 2020 13:52:25 +0000 (14:52 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 19 Mar 2020 13:52:25 +0000 (14:52 +0100)
server/README.md

index f88844c..d896b01 100644 (file)
@@ -4,12 +4,12 @@ Instructions to run the server locally.
 
 ## Requirements
 
- - Node.js + npm (any recent version)
- - SQLite (version 3)
+- Node.js + npm (any recent version)
+- SQLite (version 3)
 
 ## Installation
 
- 1. Execute db/\*.sql scripts to create and fill db/vchess.sqlite
+1. Execute db/\*.sql scripts to create and fill db/vchess.sqlite
 
 ```
 cd server/db
@@ -19,15 +19,15 @@ sqlite> .read populate.sql
 sqlite> .exit
 ```
 
- 2. Rename and edit `config/parameters.js.dist` into `config/parameters.js`
+2. Rename and edit `config/parameters.js.dist` into `config/parameters.js`
 
- 3. Install npm modules
- ```
- npm install
- ```
+3. Install npm modules
 
- ## Running
+```
+npm install
+```
+
+## Running
 
 ```
 npm start