Skip to content

Commit ecd3c03

Browse files
authored
Update 3-installation.md
1 parent ae85310 commit ecd3c03

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

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

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ To use NativeScript-Vue, you need to set up your system to compile your apps.
99

1010
- [Node.js](#nodejs)
1111
- [NativeScript CLI](#nativescript-cli)
12-
- [Windows](#windows) (for developing Android applications on Windows)
13-
- [macOS](#macos) (for developing iOS and Android applications on macOS)
14-
- [Linux](#linux) (for developing Android applications on Linux)
1512

1613
### Node.js
1714

@@ -27,20 +24,4 @@ $ npm install -g nativescript
2724

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

30-
### Windows
31-
32-
Check the system requirements and follow the setup instructions for the Android SDK on Windows:
33-
34-
[Advanced setup: Windows](https://docs.nativescript.org/start/ns-setup-win)
35-
36-
### macOS
37-
38-
Check the system requirements and follow the setup instructions for Xcode and the Android SDK on macOS:
39-
40-
[Advanced setup: macOS](https://docs.nativescript.org/start/ns-setup-os-x)
41-
42-
### Linux
43-
44-
Check the system requirements and follow the setup instructions for the Android SDK on Linux:
45-
46-
[Advanced setup: Linux](https://docs.nativescript.org/start/ns-setup-linux)
27+
For setting up your system, follow the official docs here: https://docs.nativescript.org/environment-setup.html

0 commit comments

Comments
 (0)