From 8d6f23ddc2610275b031dac90e8d3b3be3232113 Mon Sep 17 00:00:00 2001 From: jEzEk Date: Sun, 10 Dec 2017 18:21:16 +0100 Subject: README update --- README | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README b/README index c96a5fb..ffd4092 100644 --- a/README +++ b/README @@ -10,10 +10,18 @@ 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. +This is a fork of github.com/BurntSushi/xgb + Quick Usage =========== -go get github.com/BurntSushi/xgb -go run go/path/src/github.com/BurntSushi/xgb/examples/create-window/main.go +go get github.com/jezek/xgb +go run go/path/src/github.com/jezek/xgb/examples/create-window/main.go + +jezek's Fork +============ +I've forked the XGB repository from BurntSushi's github to be used in other project. + +Will make some changes to tailor it for my needs. BurntSushi's Fork ================= -- cgit v1.2.3