Skip to content

Commit

Permalink
add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed Dec 10, 2022
1 parent 4a5c6f9 commit 51c2feb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,26 @@ Heavily inspired by <a href="https://github.com/caronc/apprise">caronc/apprise</
</div>
<br/><br/>

## Installation

### Using the snap

```bash
$ sudo snap install shoutrrr
```

### Using the Go CLI

```bash
$ go install github.com/containrrr/shoutrrr@latest
```

### From Source

```bash
$ go build . -o shoutrrr
```

## Quick Start

### As a package
Expand Down

0 comments on commit 51c2feb

Please sign in to comment.