From 46ef157584977cce7839c1c87e58920d52d0b5ba Mon Sep 17 00:00:00 2001 From: tokikanno Date: Mon, 6 May 2019 23:23:22 +0800 Subject: [PATCH] Some updates for document (#89) * Update docs to specify working folder parameter MUST be quoted on some OS (like MacOS) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7323641..7d42339 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ sshcode kyle@dev.kwc.io You can specify a remote directory as the second argument: ```bash -sshcode kyle@dev.kwc.io ~/projects/sourcegraph +sshcode kyle@dev.kwc.io "~/projects/sourcegraph" ``` ## Extensions & Settings Sync