mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
Update getting_started_command_line.rst (#3814)
* Update getting_started_command_line.rst * add space
This commit is contained in:
parent
567fa6a76a
commit
435ac13488
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user