Added small README.md

This commit is contained in:
Thomas Basler 2022-01-19 19:57:44 +01:00
parent b90b086cb2
commit 951efadee5
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# WorkAdventure XCE for Binary Kitchen
```
cd /opt/workadventure
sudo -u workadventure git clone --recurse-submodules https://git.binary-kitchen.de/noby/workadventure-xce.git source
cd source
docker-compose up
```