summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjEzEk <[email protected]>2017-12-10 18:21:16 +0100
committerjEzEk <[email protected]>2017-12-10 18:21:16 +0100
commit8d6f23ddc2610275b031dac90e8d3b3be3232113 (patch)
tree2deb12d558727db2b90f03e46901523de48b01b0
parente7ad12b3260efa08a4a1652913d5d551fdc1b95d (diff)
README update
-rw-r--r--README12
1 files 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
=================