Update TODO + 'simplify' download_objects script
[vchess.git] / client / README.md
index 1aa3c00..6c657db 100644 (file)
@@ -2,9 +2,12 @@
 
 ## Project setup
 
-Rename and edit src/parameters.js.dist into parameters.js. Then:
+Rename and edit src/parameters.js.dist into parameters.js. Then,
+download the folders and files listed in download\_objects file.
+(This is optional, most variants will work without it).
+
+Finally install dependencies.
 ```
-./download_objects.sh
 npm install
 ```