From 5a99af58d6e7840bfe8f8dc824379a6520e8a257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Tue, 2 Sep 2014 23:18:21 +0200 Subject: [PATCH] Simplified build instructions. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 74b559b..788f34d 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,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 - $ cmake .. + $ cmake . $ make install This places `tox.so` in `~/.weechat/plugins`.