Skip to content

Commit

Permalink
Fix formatting (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and maxandersen committed Feb 20, 2019
1 parent 4965fd1 commit 83b2fd5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,24 @@ To use latest pre-release from ``dev`` branch:
Docker
-------

If you do not have a Python setup you can try use hass-cli via a container using docker.
If you do not have a Python setup you can try use ``hass-cli`` via a container using Docker.

.. code:: bash
$ docker run homeassistant/home-assistant-cli:dev
To make auto-completion and access environment work like other scripts you'll need to
create a script file to execute.

.. code:: bash
$ curl https://raw.githubusercontent.com/home-assistant/home-assistant-cli/dev/docker-hass-cli > hass-cli
$ chmod +x hass-cli
Now put `hass-cli` script into your path and you can use it like if you had installed it via
command line as long as you don't need file system access (like for `hass-cli template`).
Now put the ``hass-cli`` script into your path and you can use it like if you had installed it via
command line as long as you don't need file system access (like for ``hass-cli template``).

Setup
======
Expand Down

0 comments on commit 83b2fd5

Please sign in to comment.