Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
`beeep` provides a cross-platform library for sending desktop notifications, alerts and beeps.

### Installation

go get -u github.com/gen2brain/beeep
```sh
go get -u github.com/gen2brain/beeep
```
Next, include Beeep in your application:
```go
import "github.com/gen2brain/beeep"
```

### Build tags

Expand Down