From 2bcef77aa566e9e271723a87e07d126967dab0a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Thu, 11 Sep 2014 04:07:03 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d1ccbc..853415c 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ This installs the plugin binary `tox.so` in the recommended location `~/.weechat - To install to `/usr/local/lib/weechat/plugins`: `cmake ..` - To install to `/usr/lib/weechat/plugins`: `cmake -DCMAKE_INSTALL_PREFIX=/usr ..` - To install a custom path: `cmake -DINSTALL_PATH=/some/path ..` - - You may also need to `sudo make install`, depending on permissions. + +You may also need to `sudo make install`, depending on permissions. Usage -----