Add version info to README
This commit is contained in:
parent
ed44998c46
commit
bf42fff416
1 changed files with 7 additions and 0 deletions
|
@ -19,10 +19,17 @@ Installation
|
||||||
|
|
||||||
Install [golang](http://golang.org/doc/install). To install or update the package draw2d on your system, run:
|
Install [golang](http://golang.org/doc/install). To install or update the package draw2d on your system, run:
|
||||||
|
|
||||||
|
Stable release
|
||||||
|
```
|
||||||
|
go get -u gopkg.in/llgcode/draw2d.v1
|
||||||
|
```
|
||||||
|
|
||||||
|
or Current release
|
||||||
```
|
```
|
||||||
go get -u github.com/llgcode/draw2d
|
go get -u github.com/llgcode/draw2d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Quick Start
|
Quick Start
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue