Update readme
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
parent
3854472976
commit
9ee35cb5a6
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue