X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2FREADME.md;h=6c657db53616e67cde18a05a2d631fa908b84baf;hp=1aa3c003089a95ff09a73f81c9bc097ef291fb58;hb=966e54d3d973ac1df2d368729019eb7caee31c8a;hpb=39fe711a185ee73c907f3d61ddd459a33f40696b diff --git a/client/README.md b/client/README.md index 1aa3c003..6c657db5 100644 --- a/client/README.md +++ b/client/README.md @@ -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 ```