Skip to content
Snippets Groups Projects
Commit fe9e4975 authored by Alan Coopersmith's avatar Alan Coopersmith
Browse files

Update README for gitlab migration

parent 0317caf6
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,4 @@ dist-hook: ChangeLog INSTALL
SUBDIRS = renderutil
EXTRA_DIST = autogen.sh
EXTRA_DIST = autogen.sh README.md
......@@ -13,12 +13,11 @@ you're using and why you aren't in a mental hospital yet. We'd welcome
patches/suggestions for enhancement and new libraries; Please report any
issues you find to the freedesktop.org bug tracker, at:
<https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util/issues
Discussion about XCB occurs on the XCB mailing list:
<mailto:xcb at lists.freedesktop.org>
<http://lists.freedesktop.org/mailman/listinfo/xcb>
https://lists.freedesktop.org/mailman/listinfo/xcb
About XCB util-renderutil module
================================
......@@ -28,10 +27,11 @@ XCB util-renderutil module provides the following library:
- renderutil: Convenience functions for the Render extension.
You can obtain the latest development versions of XCB util-renderutil
using GIT. For anonymous checkouts, use:
using GIT from <https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util>.
git clone --recursive git://anongit.freedesktop.org/git/xcb/util-renderutil
For anonymous checkouts, use:
For developers, use:
git clone --recursive https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util.git
For developers, use:
git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-renderutil
git clone --recursive git@gitlab.freedesktop.org:xorg/lib/libxcb-render-util.git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment