Skip to content

Commit c3bd364

Browse files
authored
Update addon_publishing.markdown
1 parent 5dfc00d commit c3bd364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/hassio/addon_publishing.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
---
1111

12-
At the end, all add-ons are simple docker container. You can use our [build scripts][builder] that automate the whole process or you can build your own docker image and push it manually to a docker hub. Inside your addon `config.json` you specify the Docker image that will be installed for your add-on:
12+
All add-ons are simple docker containers. You can use our [build scripts][builder] to automate the whole build process or you can build your own docker image and push it manually to a docker hub. Inside your addon `config.json` you specify the Docker image that will be installed for your add-on:
1313

1414
```json
1515
{
@@ -23,7 +23,7 @@ Development best practices is to merge your changes into a branch like `build`.
2323

2424
## {% linkable_title Custom Add-ons %}
2525

26-
You need a docker hub account to make your own add-ons. Download our [build script][builder] local.
26+
You need a docker hub account to make your own add-ons. Download our [build script][builder] and run one of the following commands.
2727

2828
For a git repository:
2929

0 commit comments

Comments
 (0)