snoobert/README.md

18 lines
314 B
Markdown
Raw Normal View History

# 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
```