Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mawoka authored May 18, 2021
1 parent 241369b commit dbc4504
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -198,4 +201,4 @@ Right now, this app is very basic. However, there are several cool features on o

## 📓 License

MIT
MIT

0 comments on commit dbc4504

Please sign in to comment.