Skip to content

Commit 0f8269b

Browse files
committed
README.md: register -> plugin add/use
1 parent adf528e commit 0f8269b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ the bus without having to implement boilerplate from documentation.
1818

1919
From within nushell:
2020

21-
cargo install --locked nu_plugin_dbus
22-
register ~/.cargo/bin/nu_plugin_dbus
21+
```nushell
22+
cargo install --locked nu_plugin_dbus
23+
plugin add ~/.cargo/bin/nu_plugin_dbus
24+
plugin use dbus # or restart nu
25+
```
2326

2427
## Usage
2528

0 commit comments

Comments
 (0)