From a78baafe371ea1ef53dcc3683b1dfd39bc65c0cf Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Wed, 22 Jun 2016 06:08:19 -0700 Subject: [PATCH] PWD correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93741172dc..e43118bb87 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ When you visit [http://YOUR_GITHUB_USERNAME.github.io](http://YOUR_GITHUB_USERNA Don't like installing stuff? Download and run a local staging server with a single `docker run` command. git clone https://github.com/kubernetes/kubernetes.github.io.git k8sdocs - docker run --rm -v ./k8sdocs:/k8sdocs -p 4000:4000 johndmulhausen/k8sdocs serve + docker run --rm -v "$PWD"/k8sdocs:/k8sdocs -p 4000:4000 johndmulhausen/k8sdocs serve Then visit [http://localhost:4000](http://localhost:4000) to see our site. Any changes you make in your local clone will be automatically staged.