Skip to content

Commit 9571ea1

Browse files
committed
Fix readme
1 parent 58f5a0e commit 9571ea1

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ If your version of NativeScript is incompatible with the extension you will see
4242
### Get the latest bits
4343

4444
1. Clone the [extension repository](https://github.com/NativeScript/nativescript-vscode-extension): `git clone [email protected]:NativeScript/nativescript-vscode-extension.git`
45-
2. To build the extension run the following commands in the root repository folder
46-
```
47-
npm install # installs npm dependencies
48-
./node_modules/.bin/tsd install # fetches TypeScript definitions
49-
./node_modules/.bin/gulp # Builds the extension and produces 'out' folder
50-
./node_modules/.bin/vsce package # produces nativescript-*.*.*.vsix in the root folder
51-
```
52-
3. To install the extension drag and drop the `nativescript-*.*.*.vsix` package in the VS Code.
45+
2. To build the extension run the following commands in the root repository folder
46+
47+
```
48+
npm install # installs npm dependencies
49+
./node_modules/.bin/tsd install # fetches TypeScript definitions
50+
./node_modules/.bin/gulp # Builds the extension and produces 'out' folder
51+
./node_modules/.bin/vsce package # produces nativescript-*.*.*.vsix in the root folder
52+
```
53+
54+
3. To install the extension drag and drop the `nativescript-*.*.*.vsix` package in the VS Code.

0 commit comments

Comments
 (0)