From ecfbf466fe540bdfcc7c8206f5059c942895e8f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Sun, 28 Sep 2014 05:43:23 +0200 Subject: [PATCH] Updated WeeChat dependency version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e1799d..3c3eb24 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Installation ------------ > Tox-WeeChat is available in the [AUR][3]. -Tox-WeeChat requires [WeeChat][1] >= 1.0 and the latest-ish [libtoxcore][4]. It also requires CMake to be built. Installation is fairly simple; after getting the source, compile and install using CMake: +Tox-WeeChat requires [WeeChat][1] >= 1.0.1 and the latest-ish [libtoxcore][4]. It also requires CMake to be built. Installation is fairly simple; after getting the source, compile and install using CMake: $ mkdir build && cd build $ cmake -DHOME_FOLDER_INSTALL=ON ..