Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add how to add code cmd in the terminal
  • Loading branch information
mackoj authored and Jeffrey Macko committed Mar 13, 2019
1 parent 4278f97 commit 6c970e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editors/vscode/README.md
Expand Up @@ -22,7 +22,7 @@ $ cd Editors/vscode
$ npm run createDevPackage
```

You can install the package from the command-line if you have the `code` executable on your `PATH`:
You can install the package from the command-line using the `code` command if available (see [Launching from the command line](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)).

```
code --install-extension out/sourcekit-lsp-vscode-dev.vsix
Expand Down

0 comments on commit 6c970e0

Please sign in to comment.