X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=README.md;h=4846e806ebcabe1acd2a47566b164006f5d95143;hb=182ba661e9c6e30fc641f4e71f29ae76961f4510;hp=1f81c9db8b2261ec6e31dce51dc868905db7875f;hpb=41534b92f0bcfc8ef5f58d8040706a5e7ce088c6;p=xogo.git diff --git a/README.md b/README.md index 1f81c9d..4846e80 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ A static web server like "php -S localhost:8000". Rename parameters.js.dist → parameters.js, and edit file.
```npm i``` -```./start.sh```
-```php -S localhost:PORT``` (or other static server)
+Generate some pieces:
+```python generateSVG.py``` in pieces/Avalam + +```./start.sh``` (edit 'php -S ...' line if necessary)
...
```./stop.sh```