From 268d1af8cba6829f8a8c988a25108c363563daee Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Sep 2013 11:24:46 +0200 Subject: [PATCH] README.md: add "Getting source code" section. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b8bf357..b171b565 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,16 @@ The XBPS code is totally **compatible with POSIX/SUSv2/C99 standards**, and rele * **Low memory** footprint. * **Fast** dependency resolver and sorting algorithms. -The latest stable version **0.25** was released on **July 5th, 2013**. +The latest stable version **0.26** was released on **September 25th, 2013**. + +### Getting source code + +Starting with **0.26** there are not source tarballs anymore. **git** must be used to clone +the repository with the appropiate tag. The latest stable version can be fetched with: + + $ git clone -b 0.26 git://github.com/xtraeme/xbps.git + +See `git tag -l` to list all available stable releases. ### Build requirements