From e6372f4a05f95487cfc3c1a2b4f5f6f954d12918 Mon Sep 17 00:00:00 2001 From: cogneato Date: Tue, 20 Aug 2019 13:50:40 -0600 Subject: [PATCH] grammar and spelling fixes (#34) Also added some clarification of generic installation vs HassOS installations. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e5d2b1..f959661 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Install Hass.io -Beside the usage of the images it's also possible to run Hass.io on a generic system without flashing an image. +As an alternative to using the images which include the HassOS operating system and Docker, it is also possible to run Hass.io on a generic system running another OS of your choice such as Ubuntu, Debian, etc. Because of all the various possible install options, these are more of a community supported installation choice. It follows that the more esoteric of a choice made with the OS, the less a user will find in terms of information and support from the community. ## Requirements @@ -62,9 +62,9 @@ curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/maste ## !!!WARNING!!! DO NOT DELETE CREATED CONTAINERS -This installer will create the base `homeassistant` container for you, but if you delete if (`docker rm` or `docker prune`) the supervisor will not be able to re-create it for you. Hass.io is a Eco System and Container Orchastrator they don't support manual adjustments. +This installer will create the base `homeassistant` container for you, but if you delete it (`docker rm` or `docker prune`) the supervisor will not be able to re-create it for you. Hass.io is an Ecosystem and Container Orchestrator and does not support manual adjustments. -If you wish to still safelly use `docker containers prune` you might want to add the `--filter` flag to your command. +If you wish to still safely use `docker containers prune` it is strongly advised to add the `--filter` flag to your command. Example: ```sh