aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0ea23e..b8d1d5d 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,3 @@
-libxcb build for zig. Includes libxcb source code which is compiled from source. If you include this library in your zig project and build with `zig build -Doptimize=ReleaseSmall -Dtarget=native-linux-musl -Dcpu=baseline` then it will create a very small (75kb) static executable that is redistributable. \ No newline at end of file
+libxcb build for zig. Includes libxcb source code which is compiled from source. If you include this library in your zig project and build with `zig build -Doptimize=ReleaseSmall -Dtarget=native-linux-musl -Dcpu=baseline` then it will create a very small (75kb) static executable that is redistributable.\
+A minimal example of using this library is available here: [xcb-zig-example](https://git.dec05eba.com/xcb-zig-example/).\
+Note that this includes all xcb utilities in the xorg family, see: https://gitlab.freedesktop.org/xorg/lib?filter=libxcb \ No newline at end of file