Skip to content

Commit

Permalink
Document addon installation in Karaf from Marketplace
Browse files Browse the repository at this point in the history
as implemented in openhab/openhab-core#4057 .
  • Loading branch information
dilyanpalauzov committed Mar 8, 2024
1 parent 37ec997 commit 2ee7a1d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion configuration/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,14 @@ Place the .jar file in the folder Additional add-on files as described in File L
## Through the openHAB console

Add-ons (also known as bundles) can be also installed and updated via the openHAB console.
A detailed description can be found at [Installing or Updating Bundles](/docs/administration/bundles.html).

To see the availabe add-ons in the market place:
```sh
openhab:addons list
```
To install an add-on in the background:
```sh
openhab:addons install <id-as-from-list-command>
```

Another approach can be found at [Installing or Updating Bundles](/docs/administration/bundles.html).

0 comments on commit 2ee7a1d

Please sign in to comment.