Fixed link in readme.

This commit is contained in:
Håvard Pettersson 2014-10-18 02:45:23 +02:00
parent 1465a0e6dc
commit e6aea86754
1 changed files with 1 additions and 1 deletions

View File

@ -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 ..