doc updates and a quick usage

This commit is contained in:
Andrew Gallant (Ocelot)
2012-05-11 02:01:29 -04:00
parent 3e6b354493
commit fb3128ed2a
2 changed files with 5 additions and 9 deletions

View File

@@ -10,6 +10,11 @@ Please see doc.go for more info.
Note that unless you know you need XGB, you can probably make your life
easier by using a slightly higher level library: xgbutil.
Quick Usage
===========
go get github.com/BurntSushi/xgb
go run go/path/src/github.com/BurntSushi/xgb/examples/create-window/main.go
BurntSushi's Fork
=================
I've forked the XGB repository from Google Code due to inactivty upstream.