Update getting_started_command_line.rst (#780)

This commit is contained in:
Jesse Hills 2020-09-29 06:52:10 +13:00 committed by GitHub
parent 00ec328bd8
commit 1b2064d28e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,8 @@ Installing ESPHome is very easy. All you need to do is have `Python
pip3 install esphome
Alternatively, theres also a Docker image available for easy
installation (the Docker hub image is only available for AMD64 right now; if you have
an RPi, please install ESPHome through ``pip`` or use :doc:`the Hass.io add-on <getting_started_hassio>`:
installation (the Docker hub image is available for AMD64, ARM and ARM64(AARCH64) right now; if you have
another architecture, please install ESPHome through ``pip`` or use :doc:`the Hass.io add-on <getting_started_hassio>`:
.. code-block:: bash