Skip to content

Update 3-installation.md #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion content/docs/en/getting-started/3-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Copy link
Contributor

@ikoevska ikoevska Nov 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this entire line.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The templates page no longer exists, so this part is obsolete.


```shell
$ cd myproject
$ npm i
$ tns setup
```

This will install all ios and android requirements rather than having to manually install them all.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This will install all ios and android requirements rather than having to manually install them all.
This installs all iOS and Android dependencies for you instead of you having to manually install them all.


### Windows

Check the system requirements and follow the setup instructions for the Android SDK on Windows:
Expand All @@ -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)
[Advanced setup: Linux](https://docs.nativescript.org/start/ns-setup-linux)