From 0f1dac50f12659f4b1824a49c24941123b7e0ce6 Mon Sep 17 00:00:00 2001 From: o9000 Date: Sat, 13 Jun 2015 10:08:43 +0000 Subject: [PATCH] Updated readme for 0.12-rc6 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4087f84..1b653a7 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -### New unstable release: 0.12-rc5 +### New unstable release: 0.12-rc6 Changes: https://gitlab.com/o9000/tint2/blob/master/ChangeLog Documentation: https://gitlab.com/o9000/tint2/wikis/home Try it out with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)): ``` -mkdir tint2-0.12-rc5 -cd tint2-0.12-rc5 -wget 'https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=v0.12-rc5' --output-document tint2-0.12-rc5.tar.gz -tar -xzf tint2-0.12-rc5.tar.gz +mkdir tint2-0.12-rc6 +cd tint2-0.12-rc6 +wget 'https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=v0.12-rc6' --output-document tint2-0.12-rc6.tar.gz +tar -xzf tint2-0.12-rc6.tar.gz cd tint2.git mkdir build cd build