diff --git a/README.md b/README.md index 5f5b884..d8391ef 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,18 @@ Installation ------------ > Tox-WeeChat is available on the [AUR][3]. -Tox-WeeChat requires [WeeChat][1] >=1.0, [libjansson][4] >=2.5, and the latest-ish [libtoxcore][5]. It also requires CMake to be built. Installation is fairly simple: +Tox-WeeChat requires [WeeChat][1] >=1.0, [libjansson][4] >=2.5, and the latest-ish [libtoxcore][5]. It also requires CMake to be built. Installation is fairly simple; after getting the source, compile and install using CMake: - $ git clone https://github.com/haavardp/tox-weechat.git - $ cd tox-weechat $ mkdir build && cd build $ cmake -DHOME_FOLDER_INSTALL=ON .. $ make $ make install -This installs the plugin binary `tox.so` in the recommended location `~/.weechat/plugins`. Omitting the home folder flag installs it to `/usr/local/lib/weechat/plugins`. Install anywhere else by setting `INSTALL_PATH`. +This installs the plugin binary `tox.so` in the recommended location `~/.weechat/plugins`. Omitting the home folder flag installs it to `/usr/local/lib/weechat/plugins`. Installing to a custom WeeChat home or similar is achieved by setting `INSTALL_PATH`. Usage ----- - - In WeeChat, load the plugin with `/plugin load tox`. If it fails, try specifying the full path to the binary. + - If the plugin does no automatically load, load itw ith `/plugin load tox`. You may have to specify the full path to the plugin binary. - Create a new identity with `/tox add `. The data file is stored in `/tox/` by default. - Connect your identity to the Tox network with `/tox connect `. - Change your name with `/name `.