Skip to content

Commit

Permalink
chore: add Installation to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rocribera committed Nov 21, 2024
1 parent 48f95b0 commit e1a9da3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ MailerLite Golang SDK
- [Campaign languages](#languages)
- [Get a list of languages](#get-a-list-of-languages)

# Installation
We recommend using this package with golang [modules](https://github.com/golang/go/wiki/Modules)

```
$ go get github.com/mailerlite/mailerlite-go
```

# Usage

## Subscribers

### Get a list of subscribers
Expand Down

0 comments on commit e1a9da3

Please sign in to comment.