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