Refresh REDAME files + fix download_objects script
[vchess.git] / client / README.md
index 4a5c464..25bf68e 100644 (file)
@@ -1,27 +1,33 @@
 # vchess-client
 
 ## Project setup
-Rename and edit src/parameters.js.dist into parameters.js
+
+Rename and edit src/parameters.js.dist into parameters.js. Then:
 ```
+./download_objects.sh
 npm install
 ```
 
 ### Compiles and hot-reloads for development
+
 ```
 npm run serve
 ```
 
 ### Compiles and minifies for production
+
 ```
 npm run build
 ```
 
 ### Lints and fixes files
+
 ```
 npm run lint
 ```
 
 ### Customize configuration
+
 See [Configuration Reference](https://cli.vuejs.org/config/).
 
 ## Resources