Skip to content

Commit 83b2fd5

Browse files
fabaffmaxandersen
authored andcommitted
Fix formatting (#165)
1 parent 4965fd1 commit 83b2fd5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4144
create 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

4955
Setup
5056
======

0 commit comments

Comments
 (0)