aboutsummaryrefslogtreecommitdiff
path: root/nexgb/README
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu>2012-05-11 02:01:29 -0400
committerAndrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu>2012-05-11 02:01:29 -0400
commitfb3128ed2a83a0f644661cedebbe5bfda3f4951e (patch)
tree515de0852bce1c3e52f8ab60348f1372fe976f2e /nexgb/README
parent3e6b3544934cb71e3a3b0edf9bc184241ac1ad7f (diff)
downloadhaven-fb3128ed2a83a0f644661cedebbe5bfda3f4951e.tar.gz
haven-fb3128ed2a83a0f644661cedebbe5bfda3f4951e.tar.xz
haven-fb3128ed2a83a0f644661cedebbe5bfda3f4951e.zip
doc updates and a quick usage
Diffstat (limited to 'nexgb/README')
-rw-r--r--nexgb/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/nexgb/README b/nexgb/README
index 22aded8..1213ab5 100644
--- a/nexgb/README
+++ b/nexgb/README
@@ -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.