Skip to content

Commit

Permalink
README.md: register -> plugin add/use
Browse files Browse the repository at this point in the history
  • Loading branch information
devyn committed May 20, 2024
1 parent adf528e commit 0f8269b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0f8269b

Please sign in to comment.