From 0f8269bcb307b25ba806a81343a259ca5c9bfb7e Mon Sep 17 00:00:00 2001 From: Devyn Cairns Date: Mon, 20 May 2024 12:54:58 -0700 Subject: [PATCH] README.md: register -> plugin add/use --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80257cb..4d5f7e3 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,11 @@ the bus without having to implement boilerplate from documentation. From within nushell: - cargo install --locked nu_plugin_dbus - register ~/.cargo/bin/nu_plugin_dbus +```nushell +cargo install --locked nu_plugin_dbus +plugin add ~/.cargo/bin/nu_plugin_dbus +plugin use dbus # or restart nu +``` ## Usage -- 2.51.2