Skip to content

Commit 0f41377

Browse files
committed
update tutorial setup instructions
1 parent 3a9727b commit 0f41377

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ To start the extension, inside VSCode:
1414
- select “View” > “Command Palette” from the top panel
1515
- alternatively, press `cmd/ctrl + shift + P`
1616
- Search for and run `CodeRoad:Start`
17-
- A web view should appear on the right side of your editor asking you to click "Start"
17+
- A web view should appear on the right side of your editor. Click "Start"
1818

1919
### Requirements
2020

2121
- VSCode 1.40+
2222
[Download Visual Studio Code - Mac, Linux, Windows](https://code.visualstudio.com/download)
2323
- VSCode command line tools.
24-
For Mac, installation requires an additioanl step. See [Running Visual Studio Code on macOS](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line).
24+
For Mac, installation requires an additional step. See [Running Visual Studio Code on macOS](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line).
2525
- Node.js 10+
2626
[Download Node.js](https://nodejs.org/en/download/)
2727
- Git
@@ -34,7 +34,9 @@ To install the extension manually:
3434

3535
- run `vsce package` to build the package.
3636
Learn more about [VSCE](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
37-
- run `code —-install-extension coderoad-0.1.0.vsix`.
37+
- run `code —-install-extension coderoad-$VERSION.vsix` where version is the name of the file.
38+
- Reload the window (`ctrl/cmd + R`)
39+
- You should be able to see the extension from the extensions list on the left hand side. Verify that "CodeRoad" is "enabled".
3840

3941
## Creating Tutorials
4042

0 commit comments

Comments
 (0)