|
14 | 14 |
|
15 | 15 | --- |
16 | 16 |
|
17 | | -[](https://github.com/NativeScript/nativescript-cli/actions/workflows/npm_release.yml) |
| 17 | +[](https://github.com/NativeScript/nativescript-cli/actions/workflows/npm_release_cli.yml) |
18 | 18 |
|
19 | 19 | Get it using: `npm install -g nativescript` |
20 | 20 |
|
@@ -96,7 +96,7 @@ The NativeScript CLI is available for installing as an npm package. |
96 | 96 |
|
97 | 97 | In the command prompt, run the following command. |
98 | 98 |
|
99 | | -OS | Node.js installed from http://nodejs.org/ | Node.js installed via package manager |
| 99 | +OS | Node.js installed from https://nodejs.org/ | Node.js installed via package manager |
100 | 100 | ---|---------------------|---- |
101 | 101 | Windows | `npm install nativescript -g` | `npm install nativescript -g` |
102 | 102 | macOS | `sudo npm install nativescript -g --unsafe-perm` | `npm install nativescript -g` |
@@ -265,7 +265,7 @@ The NativeScript CLI calls the SDK for the selected target platform and uses it |
265 | 265 |
|
266 | 266 | When you build for iOS, the NativeScript CLI will either build for a device, if there's a device attached, or for the native emulator if there are no devices attached. To trigger a native emulator build when a device is attached, set the `--emulator` flag. |
267 | 267 |
|
268 | | -> **IMPORTANT:** To build your app for an iOS device, you must configure a valid certificate and provisioning profile pair, and have that pair present on your system for code signing your application package. For more information, see [iOS Code Signing - A Complete Walkthrough](http://seventhsoulmountain.blogspot.com/2013/09/ios-code-sign-in-complete-walkthrough.html). |
| 268 | +> **IMPORTANT:** To build your app for an iOS device, you must configure a valid certificate and provisioning profile pair, and have that pair present on your system for code signing your application package. For more information, see [iOS Code Signing - A Complete Walkthrough](https://seventhsoulmountain.blogspot.com/2013/09/ios-code-sign-in-complete-walkthrough.html). |
269 | 269 |
|
270 | 270 | [Back to Top][1] |
271 | 271 |
|
@@ -355,10 +355,10 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE" |
355 | 355 | [Back to Top][1] |
356 | 356 |
|
357 | 357 | [1]: #nativescript-command-line-interface |
358 | | -[2]: https://www.progress.com/nativescript |
| 358 | +[2]: https://nativescript.org |
359 | 359 | [3]: https://github.com/nativescript/docs |
360 | 360 | [4]: https://docs.nativescript.org/ |
361 | 361 | [5]: https://docs.nativescript.org/api-reference |
362 | 362 | [6]: https://www.nativescript.org/faq |
363 | 363 | [7]: https://docs.nativescript.org/core-concepts/technical-overview |
364 | | -[8]: http://blogs.telerik.com/valentinstoychev/posts.aspx/14-06-12/announcing-nativescript---cross-platform-framework-for-building-native-mobile-applications |
| 364 | +[8]: https://www.telerik.com/blogs/announcing-nativescript---cross-platform-framework-for-building-native-mobile-applications |
0 commit comments