From 088463b8bea1fc523cdd40ae00cb50c9bce3b8fa Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Tue, 17 May 2022 11:37:21 -0500 Subject: [PATCH] Documentation fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c92f319..3a18f25 100644 --- a/README.md +++ b/README.md @@ -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!