From 12e866c25f871a8e252a9c03f897d7d05ad7ca01 Mon Sep 17 00:00:00 2001 From: ooxi <85fcd0ef4ec8@f977375cdcd6.anonbox.net> Date: Wed, 31 Oct 2012 21:28:14 +0100 Subject: [PATCH] Referenced release tags and prebuild binaries --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 95642ff..8de6d87 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,16 @@ into other projects without the need for big external dependencies. [![Build Status](https://secure.travis-ci.org/ooxi/xml.c.png)](http://travis-ci.org/ooxi/xml.c) +Downloads +--------- + +All releases are based on master, so the preferred way of using xml.c is adding +the repository as [git submodule](http://git-scm.com/book/en/Git-Tools-Submodules). + +If you prefer formal releases, check out the [release tags](https://github.com/ooxi/xml.c/tags). +[Prebuild binaries](https://github.com/ooxi/xml.c/downloads) are also available. + + Usage -----