From abda5d6ba4b0c86f99ac5685bc53dea8b94b3df1 Mon Sep 17 00:00:00 2001 From: Jono Kercher <38536091+jonokercher1@users.noreply.github.com> Date: Mon, 20 Aug 2018 19:24:37 +0100 Subject: [PATCH] Update 3-installation.md Adding a quick setup description showing people how to install all dependencies required without having to do each one manually --- content/docs/en/getting-started/3-installation.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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)