From 5abeafb05251bd008e044ac8e2a6918b65494c57 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Sun, 31 Dec 2023 18:53:50 +0000 Subject: [PATCH] Adjust download instructions --- documentation/setup/download.mdx | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/documentation/setup/download.mdx b/documentation/setup/download.mdx index 50b26157..046a22f8 100644 --- a/documentation/setup/download.mdx +++ b/documentation/setup/download.mdx @@ -29,25 +29,8 @@ wget -O - https://get.hacs.xyz | bash - -For Home Assistant Container you have 2 options. - - - - - 1. Open a terminal -1. Change directory to your Home Assistant configuration directory -1. Run the HACS download script - -```bash -wget -O - https://get.hacs.xyz | bash - -``` - - - - -1. Open a terminal -1. Go inside the container with `docker exec -it homeassistant bash` +1. Go inside the container with `docker exec -it homeassistant bash` (or similar) 1. Run the HACS download script ```bash @@ -55,10 +38,6 @@ wget -O - https://get.hacs.xyz | bash - ``` - - - - @@ -78,11 +57,7 @@ wget -O - https://get.hacs.xyz | bash - ## Troubleshooting - -- `CTRL+V` not working for you? +### `CTRL+V` not working for you? - Try `CTRL+SHIFT+V` instead - Try `SHIFT+INS(insert)` instead - Try `Right-click` instead - -- Having issues accessing `https://get.hacs.xyz` in the terminal? - - Try it with `https://raw.githubusercontent.com/hacs/get/main/get` instead