From b9cefdbac0b6f896fc503d3ea8de700e93937e56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Mon, 8 Sep 2014 03:14:33 +0200 Subject: [PATCH] Updated build instructions. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bb21fef..3179433 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,8 @@ Tox-WeeChat requires [libtoxcore][3] to work. After getting it, install Tox-WeeC $ mkdir build && cd build $ cmake .. $ make - $ sudo make install -This places `tox.so` in `/usr/local/lib/weechat/plugins`. +This builds the plugin binary `tox.so`. Copy/move this file to `~/.weechat/plugins/` (or your equivalent WeeChat home folder) and you're done! Usage -----