From 9b9209a1131a3523c68ea48b31fe8df471967377 Mon Sep 17 00:00:00 2001 From: rushiiMachine <33725716+rushiiMachine@users.noreply.github.com> Date: Fri, 25 Aug 2023 23:03:30 -0700 Subject: [PATCH] chore: add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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 +```