From d710eb9cea467611773881d1580f19f6ad7f3028 Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 3 May 2015 13:46:01 +0000 Subject: [PATCH] Updated readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb97388..b2899ff 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -### New unstable release: 0.12-rc2 +### New unstable release: 0.12-rc3 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-rc2 -cd tint2-0.12-rc2 -wget 'https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=v0.12-rc2' --output-document tint2-0.12-rc2.tar.gz -tar -xzf tint2-0.12-rc2.tar.gz +mkdir tint2-0.12-rc3 +cd tint2-0.12-rc3 +wget 'https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=v0.12-rc3' --output-document tint2-0.12-rc3.tar.gz +tar -xzf tint2-0.12-rc3.tar.gz cd tint2.git mkdir build cd build