From 5213a1f99ce949b135e99f88f59d2e08adb081a4 Mon Sep 17 00:00:00 2001 From: "emdee@spm.plastiras.org" Date: Sun, 10 Mar 2024 00:50:27 +0000 Subject: [PATCH] update --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index acc3d6f..80a455a 100644 --- a/README.md +++ b/README.md @@ -40,15 +40,17 @@ an example. ## Usage - If the plugin does not load automatically, load it with `/plugin load tox`. You may have to specify the full path to the plugin binary if you installed - it to a non-standard location. - - Create a new profile with `/tox create `. The data file is - stored in `~/.cache/weechat/tox/` by default. + it to a non-standard location (/usr/local/share/weechat/plugins). + - Create a new profile with `/tox create `. The tox profile is + stored in `~/.local/share/weechat/tox/` by default. - Load your profile and connect to the Tox network with - `/tox load ` (see also /bootstrap, /conf, /friend, /invite, - /me, /msg, /myid, /name, /names, /nospam, /part, /send, - /status, /statusmsg, /topic, /tox). - - Run `/help -listfull tox` to get a list of all available commands, and - `/set tox.*` for a list of options, including proxies. + `/tox load `. See all profiles with `/tox list`. + - Run `/help -listfull tox` to get a list of all available commands (see + /bootstrap, /conf, /friend, /invite, /me, /msg, /myid, /name, /names, + /nospam, /part, /send, /status, /statusmsg, /topic, as well as /tox) + - See `/fset tox.profile.*` for a list of options, including proxies. + - With weechat NOT running you can edit the settings in + `~/.cache/share/weechat/tox.conf`. ### Common issues