Skip to content

Commit abda5d6

Browse files
authored
Update 3-installation.md
Adding a quick setup description showing people how to install all dependencies required without having to do each one manually
1 parent 34ae1b9 commit abda5d6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

content/docs/en/getting-started/3-installation.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ $ npm install -g nativescript
2727

2828
Verify the installation was successful by running `tns` in your terminal. You should see a list of the available commands.
2929

30+
### Quick Installation
31+
32+
Choose a [template](https://nativescript-vue.org/docs/getting-started/templates/)
33+
34+
```shell
35+
$ cd myproject
36+
$ npm i
37+
$ tns setup
38+
```
39+
40+
This will install all ios and android requirements rather than having to manually install them all.
41+
3042
### Windows
3143

3244
Check the system requirements and follow the setup instructions for the Android SDK on Windows:
@@ -43,4 +55,4 @@ Check the system requirements and follow the setup instructions for Xcode and th
4355

4456
Check the system requirements and follow the setup instructions for the Android SDK on Linux:
4557

46-
[Advanced setup: Linux](https://docs.nativescript.org/start/ns-setup-linux)
58+
[Advanced setup: Linux](https://docs.nativescript.org/start/ns-setup-linux)

0 commit comments

Comments
 (0)