Skip to content

Commit

Permalink
docs(readme): add install description (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Mar 27, 2023
1 parent d4b5a83 commit f65dc7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# SESMATE

## Install

```shell
curl -fsSL https://raw.githubusercontent.com/BlackHole1/sesmate/main/install.sh | sh -
# or
wget -qO- https://raw.githubusercontent.com/BlackHole1/sesmate/main/install.sh | sh -
```

## sync

Synchronize local templates to AWS SES service, supporting create, delete, and update operations.
Expand Down

0 comments on commit f65dc7e

Please sign in to comment.