X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=README.md;h=0b900c542e19f514219d1566a9d93e6dc84b9cfa;hb=refs%2Fheads%2Fmain;hp=4636ac49b1dc6c28b2b86650317cd99da3af0215;hpb=a55fde41f82207bf401c54b158dd6d0182799fd3;p=xogo.git 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```)