From 4d272e0f67fece3c869196c2fac9cfa57f08c4b9 Mon Sep 17 00:00:00 2001 From: tduffy83 <31673041+tduffy83@users.noreply.github.com> Date: Mon, 21 Sep 2020 20:00:03 -0400 Subject: [PATCH] Update README.md Add prerequisite installation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index caf1ad9..f5f61aa 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ This installation method provides the full Home Assistant experience on a regula By not using the Home Assistant Operating System, the user is responsible for making sure that all required components are installed and maintained. Required components and their versions will change over time. Home Assistant Supervised is provided as-is as a foundation for community supported do-it-yourself solutions. We only accept bug reports for issues that have been reproduced on a freshly installed, fully updated Debian with no additional packages. This method is considered advanced and should only be used if one is an expert in managing a Linux operating system, Docker and networking. +## Prequesite Installation + +Run as root (sudo su): +```bash +apt install jq avahi-daemon network manager +``` +Now follow the debian repository install instructions for Docker Community Edition: https://docs.docker.com/engine/install/debian/ ## Installation