Add mention of submodules to README

This commit is contained in:
Mike Abrahall 2020-02-22 11:46:31 +11:00
parent af9b42869f
commit 517b944eb8

View File

@ -157,6 +157,8 @@ servers again.
## Development
Make sure you pull the submodules using `git submodule init && git submodule update`.
If you'd like to run the application without installing it, run `./run.py`.
The project is written entierly in Python 3. There are no closed-source
components in this project. It is fully hackable.