Get subreddit by name
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user