X-Git-Url: https://git.auder.net/variants/Dynamo/complete_rules.html?a=blobdiff_plain;f=README.md;h=0b900c542e19f514219d1566a9d93e6dc84b9cfa;hb=939e06bf9febef0a7935c7f6a58c5e28dee4dedc;hp=5f60c1dd4d13e9948b87a881d655dbd10e27f59e;hpb=b0803a78c26520265240764ba909c164f31d6fda;p=xogo.git diff --git a/README.md b/README.md index 5f60c1d..0b900c5 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,10 @@ PHP + Node.js + npm. ## Usage -```wget https://xogo.live/assets.zip && unzip assets.zip```
-Rename parameters.js.dist → parameters.js, and edit file.
-```npm i``` +Initialisation (done once): -Generate some pieces:
-```python generateSVG.py``` in variants/Avalam/pieces +```./initialize.sh``` + +You may want to edit the parameters.js file. Then: ```./start.sh``` (and later, ```./stop.sh```)