Skip to content

Commit 5821516

Browse files
authored
Merge pull request #32 from CodiePP/adapt-readme
building extension in correct path
2 parents 02221d9 + d5c44cc commit 5821516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Once you have got `ghcide` working outside the editor, the next step is to pick
5959

6060
Install the VS code extension (see https://code.visualstudio.com/docs/setup/mac for details on adding `code` to your `$PATH`):
6161

62-
1. `cd compiler/ghcide/extension`
62+
1. `cd extension/`
6363
2. `npm ci`
6464
3. `npm install vsce --global` (may require `sudo`)
6565
4. `vsce package`

0 commit comments

Comments
 (0)