Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Vartan Benohanian <[email protected]>
  • Loading branch information
vartanbeno committed Feb 1, 2021
1 parent 3854472 commit 9ee35cb
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
Expand Up @@ -24,6 +24,14 @@ You can view Reddit's official API documentation [here](https://www.reddit.com/d

## Install

To get a specific version from the list of [versions](https://github.com/vartanbeno/go-reddit/releases):

```sh
go get github.com/vartanbeno/go-reddit/[email protected]
```

Or for the latest version:

```sh
go get github.com/vartanbeno/go-reddit/v2
```
Expand Down

0 comments on commit 9ee35cb

Please sign in to comment.