Update Readme

This commit is contained in:
Christoph Lienhard 2019-09-17 22:12:32 +02:00
parent feaa3c235f
commit 0397d234b7

View file

@ -1 +1,13 @@
# Candymat - Wahl-o-Mat fuer Personalwahlen
## Development Setup
### Check-out repository
* [Install git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* `git clone https://github.com/netzbegruenung/candymat.git`
* To get the (external) user-app source:
```
git submodule init
git submodule update
```