Update getting_started_command_line.rst (#102)

Use ${PWD} to set current directory are works on both Powershell and Linux
This commit is contained in:
Jiang Sheng 2019-01-07 02:01:07 +08:00 committed by Otto Winter
parent fb21d8a2fe
commit a01e05d8bb

View File

@ -41,7 +41,7 @@ file called ``livingroom.yaml``:
esphomeyaml livingroom.yaml wizard
# On Docker:
docker run --rm -v "`pwd`":/config -it ottowinter/esphomeyaml livingroom.yaml wizard
docker run --rm -v ${PWD}:/config -it ottowinter/esphomeyaml livingroom.yaml wizard
.. note::