Add version info to README

This commit is contained in:
Laurent Le Goff 2015-08-19 09:56:57 +02:00
parent ed44998c46
commit bf42fff416

View file

@ -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
----------- -----------