From 14aaf24749f98be621735a2eb6b0b647cc1a88dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Tue, 2 Sep 2014 21:45:06 +0200 Subject: [PATCH] Updated README.md. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0928d5a..0ab6b76 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Tox-WeeChat =========== -Tox-WeeChat is a C plugin for the [WeeChat][1] chat client that enables it to connect to the [Tox][2] network. It is functional, but not intended for regular use yet, as it lacks a ton of features. Bug reports and suggestions are appreciated! +Tox-WeeChat is a C plugin for the [WeeChat][1] chat client that enables it to connect to the [Tox][2] network. It is functional, but very limited in features right now. Bug reports and suggestions are appreciated. Installation ------------ @@ -10,9 +10,7 @@ Tox-WeeChat requires [libtoxcore][3] to work. After getting it, install Tox-WeeC $ git clone https://github.com/haavardp/tox-weechat.git $ cd tox-weechat - $ mkdir build - $ cd build - + $ mkdir build && cd build $ cmake .. $ make install