diff --git a/setup/native-script.ps1 b/setup/native-script.ps1 index 9763b5538a..bb579ff596 100644 --- a/setup/native-script.ps1 +++ b/setup/native-script.ps1 @@ -1,6 +1,6 @@ # A PowerShell script to set up Windows machine for NativeScript development -# NOTE: The scripts requires at least a version 4.0 .NET framework installed +# NOTE: The script requires at least a version 4.0 .NET framework installed # To run it inside a COMMAND PROMPT against the production branch (only one supported with self-elevation) use # @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/NativeScript/nativescript-cli/production/setup/native-script.ps1'))" # To run it inside a WINDOWS POWERSHELL console against the production branch (only one supported with self-elevation) use