Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
Some updates for document (#89)
Browse files Browse the repository at this point in the history
* Update docs to specify working folder parameter MUST be quoted on some OS (like MacOS)
  • Loading branch information
tokikanno authored and sreya committed May 6, 2019
1 parent 5f476af commit 46ef157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sshcode [email protected]
You can specify a remote directory as the second argument:

```bash
sshcode [email protected] ~/projects/sourcegraph
sshcode [email protected] "~/projects/sourcegraph"
```

## Extensions & Settings Sync
Expand Down

0 comments on commit 46ef157

Please sign in to comment.