Skip to content

Commit

Permalink
Adjust download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 31, 2023
1 parent 78a22dc commit 5abeafb
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions documentation/setup/download.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,36 +29,15 @@ wget -O - https://get.hacs.xyz | bash -
</TabItem>
<TabItem value="container" label="Container">

For Home Assistant Container you have 2 options.

<Tabs>
<TabItem value="host" label="Host" default>


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 -
```

</TabItem>
<TabItem value="container" label="Container">

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
wget -O - https://get.hacs.xyz | bash -
```


</TabItem>
</Tabs>


</TabItem>
<TabItem value="core" label="Core">

Expand All @@ -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

0 comments on commit 5abeafb

Please sign in to comment.