diff --git a/README.md b/README.md new file mode 100644 index 0000000..15e3433 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# mai-docker + +Quick setup for [mai](https://github.com/MateriiApps/mai) with docker-compose. + +```shell +$ git clone https://github.com/MateriiApps/mai-docker +$ cd mai-docker +$ cp -T .env.example .env +# -- Fill out .env -- +$ ./up.sh +```