Update README

This commit is contained in:
Yash Karandikar 2022-09-23 08:41:04 -05:00
parent a258dd4819
commit 8c60211570
1 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# wn2
weechat-notify 2, implemented as a native plugin instead of a script with a library.
[weechat-notify](https://git.karx.xyz/karx/weechat-notify), implemented as a native plugin instead of a script with a library.
requires: rust, notify-send
to build, first run `cargo build --release` then move the generated .so (`target/release/libweechat_notify.so`) to your plugin directory (probably `~/.local/share/weechat/plugins` but could also be `~/.weechat/plugins`). then rename the .so to `weechat_notify.so`
next, run `/plugin load weechat_notify` and enjoy your notifications!
note: changes to the plugin are not reflected until you restart WeeChat.