3c7aee142d
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
17 lines
314 B
Markdown
17 lines
314 B
Markdown
# Geddit
|
|
|
|
Geddit is a Go client library for accessing the Reddit API.
|
|
|
|
## Install
|
|
|
|
To get a specific version from the list of [versions](https://github.com/vartanbeno/geddit/releases):
|
|
|
|
```sh
|
|
go get github.com/vartanbeno/geddit@vX.Y.Z
|
|
```
|
|
|
|
Or for the latest version:
|
|
|
|
```sh
|
|
go get github.com/vartanbeno/geddit
|
|
```
|