X-Git-Url: https://git.auder.net/?p=xogo.git;a=blobdiff_plain;f=README.md;h=4846e806ebcabe1acd2a47566b164006f5d95143;hp=15f6772a01db5095acd1e447f7e0f2abd1b24d02;hb=HEAD;hpb=c9a20f4f198e1877bd260a610b1692b3d65d0eba diff --git a/README.md b/README.md index 15f6772..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```)