Update readme

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian 2021-02-01 12:09:45 -05:00
parent 3854472976
commit 9ee35cb5a6

View file

@ -24,6 +24,14 @@ You can view Reddit's official API documentation [here](https://www.reddit.com/d
## Install ## 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/v2@vX.Y.Z
```
Or for the latest version:
```sh ```sh
go get github.com/vartanbeno/go-reddit/v2 go get github.com/vartanbeno/go-reddit/v2
``` ```