Skip to content

Commit 3f6d010

Browse files
feat(docs): add more setup instructions
1 parent 38bbea3 commit 3f6d010

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

angular-demo/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ This app is built with the NativeScript CLI. Once you have the [CLI installed](h
1212
npm i -g nativescript
1313
```
1414

15+
Clone the repo and go to the project's directory:
16+
1517
```bash
1618
git clone https://github.com/williamjuan027/nativescript-tutorials.git
1719

1820
cd nativescript-tutorials/angular-demo
1921
```
2022

21-
Install the project's dependencies
23+
Install the project's dependencies:
2224

2325
```bash
2426
npm install

0 commit comments

Comments
 (0)