-
-
Notifications
You must be signed in to change notification settings - Fork 197
Update README.md #1631
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
Update README.md #1631
Conversation
Ping @rosen-vladimirov for correctness of information |
@@ -69,6 +69,21 @@ You can install and run the NativeScript CLI on Windows or OS X. | |||
|
|||
> On Windows systems, you can develop, build, and deploy NativeScript projects that target Android. | |||
|
|||
### Setup script |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Script
0db42d3
to
eb974e5
Compare
Ping @rosen-vladimirov for information clarification/validation |
👍 Awesome! |
@@ -69,6 +69,21 @@ You can install and run the NativeScript CLI on Windows or OS X. | |||
|
|||
> On Windows systems, you can develop, build, and deploy NativeScript projects that target Android. | |||
|
|||
### Setup Script | |||
To quickly set up your system for the latest NativeScript CLI, paste the following PowerShell script in the **command prompt** and hit `Enter`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it Command Prompt
?
eb974e5
to
4739181
Compare
Ping @teobugslayer with fixed |
```PowerShell | ||
start-process -FilePath PowerShell.exe -Verb Runas -Wait -ArgumentList "-NoProfile -ExecutionPolicy Bypass -Command iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/NativeScript/nativescript-cli/production/setup/native-script.ps1'))" | ||
``` | ||
> Both scripts require that you have **.NET 4.0 or later** installed on your system. You can download .NET 4.6.1 from this [here](http://go.microsoft.com/fwlink/?LinkId=671729). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from this here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couldn't decide between from this link and from here and apparently that's the end result
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will change to from this link I guess?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go ahead. :)
2c2ee2c
to
7399f98
Compare
@ikoevska done fixing comments |
👍 Squash 'em :) |
Remove obsolete information and add references to setup scripts. Update docs for running ps1 setup script from within PowerShell in order to avoid problems with PowerShell Execution policies. Change .NET download link to a more robust one.
7399f98
to
476d689
Compare
Remove obsolete information and add references to setup scripts.
Ping @ikoevska