Skip to content

Commit 0ba675f

Browse files
committed
Updated system reqs for Node.js
1 parent 0f83229 commit 0ba675f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can install and run the NativeScript CLI on Windows or OS X.
6969
> On Windows systems, you can develop, build, and deploy NativeScript projects that target Android.
7070
7171
* Windows Vista or later
72-
* [Node.js 0.10.35][Node.js 0.10.35] or a later stable 0.x release
72+
* The latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/) or [0.12.x](https://nodejs.org/dist/latest-v0.12.x/) stable official release
7373
* (Optional) [Chocolatey][Chocolatey]
7474
* [JDK 8][JDK 8] or a later stable official release
7575
* [Gradle 2.3][Gradle 2.3] or a later stable official release
@@ -153,7 +153,7 @@ android update sdk --filter tools,platform-tools,android-22,android-17,build-too
153153
> On OS X systems, you can develop, build, and deploy NativeScript projects that target iOS and Android.
154154
155155
* OS X Mavericks
156-
* [Node.js 0.10.35][Node.js 0.10.35] or a later stable 0.x release
156+
* The latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/) or [0.12.x](https://nodejs.org/dist/latest-v0.12.x/) stable official release
157157
* For iOS development
158158
* [Latest Xcode][12]
159159
* [Xcode command-line tools][12]
@@ -193,7 +193,8 @@ ANDROID_HOME=Path to Android installation directory
193193

194194
For example: ANDROID_HOME=/Applications/Android\ Studio.app/sdk/
195195

196-
> NOTE: You can install required Android Tools with the following command:
196+
You can install the required Android tools with the following command:
197+
197198
```Shell
198199
echo yes | android update sdk --filter tools,platform-tools,android-22,android-17,build-tools-22.0.1,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
199200
```
@@ -203,7 +204,7 @@ echo yes | android update sdk --filter tools,platform-tools,android-22,android-1
203204
> On Linux systems, you can develop, build, and deploy NativeScript projects that target Android.
204205
205206
* Ubuntu 14.04 LTS
206-
* [Node.js 0.10.35][Node.js 0.10.35] or a later stable 0.x release
207+
* The latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/) or [0.12.x](https://nodejs.org/dist/latest-v0.12.x/) stable official release
207208

208209
> **TIP:** You can follow the instructions provided [here](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) to install Node.js on your system.
209210

@@ -252,7 +253,8 @@ ANDROID_HOME=Path to Android installation directory
252253

253254
For example: ANDROID_HOME=/home/user/android-sdk
254255

255-
> NOTE: You can install required Android Tools with the following command:
256+
You can install required Android Tools with the following command.
257+
256258
```Shell
257259
echo yes | android update sdk --filter tools,platform-tools,android-22,android-17,build-tools-22.0.1,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
258260
```
@@ -611,7 +613,6 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
611613
[10]: http://developer.telerik.com/featured/nativescript-android/
612614
[11]: http://blogs.telerik.com/valentinstoychev/posts.aspx/14-06-12/announcing-nativescript---cross-platform-framework-for-building-native-mobile-applications
613615
[12]: https://developer.apple.com/xcode/downloads/
614-
[Node.js 0.10.35]: https://nodejs.org/dist/v0.10.35/
615616
[Chocolatey]: https://chocolatey.org/
616617
[JDK 8]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
617618
[Gradle 2.3]: https://gradle.org/gradle-download/

0 commit comments

Comments
 (0)