From dbc45046aaec523c244feb878f023950e0e3a554 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Tue, 18 May 2021 12:09:08 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cf7baf..ebcf0e7 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,14 @@ $ git clone https://github.com/muety/mailwhale.git $ cp config.default.yml config.yml $ vi config.yml -# 3. Compile API and Web UI +# 3. Compile Web UI +$ cd webui/ $ yarn && yarn build +$ cd .. +# 4. Compile API $ GO111MODULE=on go build -# 4. Run it +# 5. Run it $ ./mailwhale ``` @@ -198,4 +201,4 @@ Right now, this app is very basic. However, there are several cool features on o ## 📓 License -MIT \ No newline at end of file +MIT