We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf528e commit 0f8269bCopy full SHA for 0f8269b
1 file changed
README.md
@@ -18,8 +18,11 @@ the bus without having to implement boilerplate from documentation.
18
19
From within nushell:
20
21
- cargo install --locked nu_plugin_dbus
22
- register ~/.cargo/bin/nu_plugin_dbus
+```nushell
+cargo install --locked nu_plugin_dbus
23
+plugin add ~/.cargo/bin/nu_plugin_dbus
24
+plugin use dbus # or restart nu
25
+```
26
27
## Usage
28
0 commit comments