From e6aea867543eb14f6e86f2d4127ae2b1c945e45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Sat, 18 Oct 2014 02:45:23 +0200 Subject: [PATCH] Fixed link in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c96cde..aaa5de8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Installation ------------ > Tox-WeeChat is available in the [AUR][4] and the [[haavard]][5] pacman repository. -Tox-WeeChat requires [WeeChat][1] >= 1.0.1, [SQLite][6] >= 3.6.19 and the latest-ish [libtoxcore][7]. It also requires CMake to be built. Installation is fairly simple; after getting the source, compile and install using CMake: +Tox-WeeChat requires [WeeChat][2] >= 1.0.1, [SQLite][6] >= 3.6.19 and the latest-ish [libtoxcore][7]. 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 -DPLUGIN_PATH=~/.weechat/plugins ..