Update getting_started_command_line.rst (#3814)

* Update getting_started_command_line.rst

* add space
This commit is contained in:
joukepouke-personal 2024-05-07 03:07:27 +02:00 committed by GitHub
parent 567fa6a76a
commit 435ac13488
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -224,8 +224,8 @@ To start the ESPHome dashboard, simply start ESPHome with the following command
.. code-block:: bash
# Install dashboard dependencies
pip install tornado esptool
esphome dashboard config/
pip install tornado esptool\
esphome dashboard config
# On Docker, host networking mode is required for online status indicators
docker run --rm --net=host -v "${PWD}":/config -it ghcr.io/esphome/esphome