diff --git a/esphomeyaml/guides/getting_started_command_line.rst b/esphomeyaml/guides/getting_started_command_line.rst index 63e8a564c..751c499f9 100644 --- a/esphomeyaml/guides/getting_started_command_line.rst +++ b/esphomeyaml/guides/getting_started_command_line.rst @@ -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::