From a4888e46a873dad7adf358fac2025067d1e008f2 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 30 Apr 2017 10:22:07 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 410959d..b552783 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # hassio-addons Docker addons for HassIO -[HassIO](https://github.com/pvizeli/hassio) -[HassIO-Build](https://github.com/pvizeli/hassio-build) +All PRs need to be `build` branch! + +[HassIO](https://github.com/pvizeli/hassio) | [HassIO-Build](https://github.com/pvizeli/hassio-build) ## Addon folder @@ -55,4 +56,4 @@ If you want to set a value to requered and need to be set from user before it st Default you can use `fullchain.pem` and `privkey.pem` from `/ssl` for you stuff. Your SSL addon should also create default this files. ## Addon need to known -`/data` is a volume with a persistant store. `/data/options.json` have the user config inside. You can use `jq` inside shell script to parse this data. A other nice tool for write plugin is [Supervisor](http://supervisord.org/). +`/data` is a volume with a persistant store. `/data/options.json` have the user config inside. You can use `jq` inside shell script to parse this data.