Clarify advanced install instructions

I just added a direct command to run for an advanced install. The docs at https://github.com/home-assistant/hassio-build/tree/master/install#install-hassio need some cleanup too, but that is clearly a separate change. 

I'm not a huge fan of adding code here that might change, but otherwise the linked document is confusing out of context, and I suspect that set of commands isn't actually that likely to change.
This commit is contained in:
Travis Carr 2017-11-27 16:01:45 -08:00 committed by Fabian Affolter
parent 786fc1cf35
commit 5332b437dd
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -35,10 +35,14 @@ If you copy over your existing Home Assistant configuration, make sure to enable
## {% linkable_title Alternative: install on generic Linux server %} ## {% linkable_title Alternative: install on generic Linux server %}
For advanced users, it is also possible to try Hass.io on your Linux server or inside a VM. To do so, [follow these instructions][linux]. For advanced users, it is also possible to try Hass.io on your Linux server or inside a VM. To do so, run the following command as root:
```curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s```
<p class='note'>When you use this installation method, some add-ons will not be available and the documentation might not work for your installation.</p> <p class='note'>When you use this installation method, some add-ons will not be available and the documentation might not work for your installation.</p>
More information about this kind of install [is located here][linux].
[Etcher]: https://etcher.io/ [Etcher]: https://etcher.io/
[resinos-network]: https://docs.resin.io/deployment/network/2.0.0/ [resinos-network]: https://docs.resin.io/deployment/network/2.0.0/
[pi1]: https://github.com/home-assistant/hassio-build/releases/download/1.1/resinos-hassio-1.1-raspberrypi.img.bz2 [pi1]: https://github.com/home-assistant/hassio-build/releases/download/1.1/resinos-hassio-1.1-raspberrypi.img.bz2