Update README.md

This commit is contained in:
Håvard Pettersson 2014-09-11 04:07:03 +02:00
parent 26aa49a9bd
commit 2bcef77aa5
1 changed files with 2 additions and 2 deletions

View File

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