From c3bd364bf2c21cae4d9fda75b4792d560a0ba01f Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 7 May 2017 09:16:25 -0700 Subject: [PATCH] Update addon_publishing.markdown --- source/hassio/addon_publishing.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/hassio/addon_publishing.markdown b/source/hassio/addon_publishing.markdown index 9cecdef5895..bcbcbb0dfe7 100644 --- a/source/hassio/addon_publishing.markdown +++ b/source/hassio/addon_publishing.markdown @@ -9,7 +9,7 @@ sharing: true footer: true --- -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: +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: ```json { @@ -23,7 +23,7 @@ Development best practices is to merge your changes into a branch like `build`. ## {% linkable_title Custom Add-ons %} -You need a docker hub account to make your own add-ons. Download our [build script][builder] local. +You need a docker hub account to make your own add-ons. Download our [build script][builder] and run one of the following commands. For a git repository: