Documentation fixes

This commit is contained in:
Yash Karandikar 2022-05-17 11:37:21 -05:00
parent 694b8f49f9
commit 088463b8be

View file

@ -6,6 +6,6 @@ i wrote this because all of the other notification scripts i could find didn't d
requires: rust, notify-send, python
to build, first run `cargo build --release` then move `plugin.py` and the generated .so (`target/release/libwn_backend.so`) to your python script directory (probably `~/.local/share/weechat/python` but could also be `~/.weechat/python`). then rename the .so to `libwn_backend.so`
to build, first run `cargo build --release` then move `weechat-notify.py` and the generated .so (`target/release/libwn_backend.so`) to your python script directory (probably `~/.local/share/weechat/python` but could also be `~/.weechat/python`). then rename the .so to `wn_backend.so`
next, run `/script load weechat-notify.py` and enjoy your notifications!