Skip to content

Commit 67fb20c

Browse files
authored
Use busctl in README.md (home-assistant#230)
1 parent dba0311 commit 67fb20c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@ have downloaded from the releases page.
3232
You can test if the installation was successful by running:
3333

3434
```bash
35-
gdbus introspect --system --dest io.hass.os --object-path /io/hass/os
35+
busctl introspect --system io.hass.os /io/hass/os
3636
```
3737

3838
This should **not** return an error. If you get an object introspection
39-
with `interface` etc. OS Agent is working as expected.
40-
41-
You might need to install `libglib2.0-bin` to get the `gdbus` command.
39+
with `io.hass.os`, `interface` etc. OS Agent is working as expected.
4240

4341
## Uninstall
4442

0 commit comments

Comments
 (0)