Update README.md

This commit is contained in:
Pascal Vizeli 2018-11-20 10:56:19 +01:00 committed by GitHub
parent 62f675e613
commit 790818d1aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,8 @@ The development of the supervisor is a bit tricky. Not difficult but tricky.
- You can use the builder to build your supervisor: https://github.com/home-assistant/hassio-build/tree/master/builder - You can use the builder to build your supervisor: https://github.com/home-assistant/hassio-build/tree/master/builder
- Go into a HassOS device or VM and pull your supervisor. - Go into a HassOS device or VM and pull your supervisor.
- Set the developer modus on updater.json - Set the developer modus on updater.json
- Tag it as homeassistant/xy-hassio-supervisor:latest - Tag it as `homeassistant/xy-hassio-supervisor:latest`
- Restart the service like systemctl restart hassos-supervisor | journalctl -fu hassos-supervisor - Restart the service like `systemctl restart hassos-supervisor | journalctl -fu hassos-supervisor`
- Test your changes - Test your changes
Small Bugfix or improvements, make a PR. Significant change makes first an RFC. Small Bugfix or improvements, make a PR. Significant change makes first an RFC.