Skip to content

Commit 4111243

Browse files
committed
add install instructions
1 parent 9a371de commit 4111243

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ A [Mailpit](https://mailpit.axllent.org) integration plugin for Lando.
33

44
This is a work in progress. PRs and feedback are appreciated!
55

6+
## Installation
7+
8+
Install the Mailpit plugin:
9+
```bash
10+
lando plugin-add @lando/mailpit
11+
```
12+
13+
Add a mailpit service to your project:
14+
```yaml
15+
services:
16+
mailpit:
17+
type: mailpit
18+
mailFrom:
19+
- appserver
20+
```
21+
622
## Developer Information
723
824
To get started with this project, follow these steps:

0 commit comments

Comments
 (0)