Update README.md

This commit is contained in:
Laurent Le Goff 2015-04-22 16:05:00 +02:00
parent d41211e1f1
commit f43b901cb4
1 changed files with 4 additions and 5 deletions

View File

@ -10,18 +10,17 @@ The package depends on [freetype-go](http://code.google.com/p/freetype-go) packa
Using
-----
Install [golang](http://golang.org) and get `draw2d`
Install [golang](http://golang.org/doc/install) and get `draw2d`
```
go get github.com/llgcode/draw2d
```
and start coding using one of the samples here.
and start coding using one of the [Samples](https://github.com/llgcode/draw2d.samples).
Some usages of draw2d [Samples](https://github.com/llgcode/draw2d.samples)
Known Softwares and Packages using draw2d
---------------------------------------
Softwares and Packages using draw2d
-----------------------------------
- [golang postscript interpreter](https://github.com/llgcode/ps)
- [gonum plot](https://github.com/gonum/plot)