Skip to content

Commit

Permalink
chore: app installation docs (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r authored Oct 6, 2024
1 parent 7ba2a93 commit 23152a2
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,23 @@ Frappe Mail is an open-source email tool built on the [Frappe Framework](https:/

You can install this app using the [bench](https://github.com/frappe/bench) CLI:

```bash
cd $PATH_TO_YOUR_BENCH
bench get-app $URL_OF_THIS_REPO --branch develop
bench install-app mail
```
1. Install Frappe Mail:

```bash
bench get-app mail
```

2. Create a site with the mail app:

```bash
bench --site sitename.localhost install-app mail
```

3. Open the site in the browser:

```bash
bench browse sitename.localhost --user Administrator
```

## Mail System Architecture

Expand Down

0 comments on commit 23152a2

Please sign in to comment.