Skip to content

Commit 8fc6030

Browse files
authored
Merge pull request #92 from mackoj/patch-1
Add how to add code cmd in the terminal
2 parents 4278f97 + 6c970e0 commit 8fc6030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editors/vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ cd Editors/vscode
2222
$ npm run createDevPackage
2323
```
2424

25-
You can install the package from the command-line if you have the `code` executable on your `PATH`:
25+
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)).
2626

2727
```
2828
code --install-extension out/sourcekit-lsp-vscode-dev.vsix

0 commit comments

Comments
 (0)