From a01e05d8bb4fd612831367f62d7ff465e2398ad7 Mon Sep 17 00:00:00 2001 From: Jiang Sheng Date: Mon, 7 Jan 2019 02:01:07 +0800 Subject: [PATCH] Update getting_started_command_line.rst (#102) Use ${PWD} to set current directory are works on both Powershell and Linux --- esphomeyaml/guides/getting_started_command_line.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::