Skip to content

Commit 57340d0

Browse files
Added instructions for using old major version
1 parent 7f1a157 commit 57340d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ go get github.com/preichenberger/go-coinbasepro
1818

1919
### Significant releases
2020
Use [GoDep](https://github.com/golang/dep) to install previous releases
21+
```sh
22+
dep ensure --add github.com/preichenberger/[email protected]
23+
```
2124

2225
- 0.5.7, last release before rename package to: coinbasepro
2326
- 0.5, as of 0.5 this library uses strings and is not backwards compatible

0 commit comments

Comments
 (0)