From 6ef6a90c528db6bb99cea1d0275f7165ab806cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Tue, 14 Oct 2014 21:41:47 +0200 Subject: [PATCH] Added link to [haavard] repository. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 315f7e8..6c96cde 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Current build status: [![Build Status](https://travis-ci.org/haavardp/tox-weecha Installation ------------ -> Tox-WeeChat is available in the [AUR][4]. +> Tox-WeeChat is available in the [AUR][4] and the [[haavard]][5] pacman repository. -Tox-WeeChat requires [WeeChat][1] >= 1.0.1, [SQLite][5] >= 3.6.19 and the latest-ish [libtoxcore][6]. 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, [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 .. @@ -69,6 +69,7 @@ along with Tox-WeeChat. If not, see . [2]: http://weechat.org [3]: https://travis-ci.org/haavardp/tox-weechat [4]: https://aur.archlinux.org/packages/tox-weechat-git -[5]: http://www.sqlite.org -[6]: https://github.com/irungentoo/toxcore +[5]: https://haavard.me/archlinux +[6]: http://www.sqlite.org +[7]: https://github.com/irungentoo/toxcore