File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,24 @@ To use latest pre-release from ``dev`` branch:
3333 Docker
3434-------
3535
36- If you do not have a Python setup you can try use hass-cli via a container using docker.
36+ If you do not have a Python setup you can try use ``hass-cli `` via a container using Docker.
37+
38+ .. code :: bash
3739
3840 $ docker run homeassistant/home-assistant-cli:dev
3941
42+
4043 To make auto-completion and access environment work like other scripts you'll need to
4144create a script file to execute.
4245
46+ .. code :: bash
47+
4348 $ curl https://raw.githubusercontent.com/home-assistant/home-assistant-cli/dev/docker-hass-cli > hass-cli
4449 $ chmod +x hass-cli
4550
46- Now put `hass-cli ` script into your path and you can use it like if you had installed it via
47- command line as long as you don't need file system access (like for `hass-cli template `).
51+
52+ Now put the ``hass-cli `` script into your path and you can use it like if you had installed it via
53+ command line as long as you don't need file system access (like for ``hass-cli template ``).
4854
4955Setup
5056======
You can’t perform that action at this time.
0 commit comments