-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vartan Benohanian <[email protected]>
- Loading branch information
1 parent
ff5b4e8
commit 3854472
Showing
1 changed file
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,16 +24,8 @@ You can view Reddit's official API documentation [here](https://www.reddit.com/d | |
|
||
## Install | ||
|
||
To get a specific version from the list of [versions](https://github.com/vartanbeno/go-reddit/releases): | ||
|
||
```sh | ||
go get github.com/vartanbeno/[email protected] | ||
``` | ||
|
||
Or for the latest version: | ||
|
||
```sh | ||
go get github.com/vartanbeno/go-reddit | ||
go get github.com/vartanbeno/go-reddit/v2 | ||
``` | ||
|
||
The repository structure for managing multiple major versions follows the one outlined [here](https://github.com/go-modules-by-example/index/tree/master/016_major_version_repo_strategy#major-branch-strategy). | ||
|