diff --git a/content/docs/en/getting-started/3-installation.md b/content/docs/en/getting-started/3-installation.md index 32bf568f..e8586510 100644 --- a/content/docs/en/getting-started/3-installation.md +++ b/content/docs/en/getting-started/3-installation.md @@ -27,6 +27,18 @@ $ npm install -g nativescript Verify the installation was successful by running `tns` in your terminal. You should see a list of the available commands. +### Quick Installation + +Choose a [template](https://nativescript-vue.org/docs/getting-started/templates/) + +```shell +$ cd myproject +$ npm i +$ tns setup +``` + +This will install all ios and android requirements rather than having to manually install them all. + ### Windows 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 Check the system requirements and follow the setup instructions for the Android SDK on Linux: -[Advanced setup: Linux](https://docs.nativescript.org/start/ns-setup-linux) \ No newline at end of file +[Advanced setup: Linux](https://docs.nativescript.org/start/ns-setup-linux)