Skip to content

Commit 2d18bfa

Browse files
authored
Update readme.md
1 parent 60a8fa8 commit 2d18bfa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ You need to have [Node.JS](https://nodejs.dev/) installed
5555

5656
```shell
5757
cd vscode_extension
58-
npm install
58+
npm install # This will install the NPM packages
5959
```
6060

6161
4. Start the server `python_autocomplete/serve.py`
6262

63-
5. Open the project in [VSCode](https://code.visualstudio.com/)
63+
5. Open the extension project (folder) in [VSCode](https://code.visualstudio.com/)
6464

6565
```shell
6666
cd vscode_extension
67-
code .
67+
code . # This will open vscode_extension in VSCode
6868
```
6969

7070
If you don't have [VSCode command line launcher](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)

0 commit comments

Comments
 (0)