We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e532589 + 3150bc7 commit 5f3be6eCopy full SHA for 5f3be6e
setup/native-script.ps1
@@ -1,6 +1,6 @@
1
2
# A PowerShell script to set up Windows machine for NativeScript development
3
-# 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
4
# To run it inside a COMMAND PROMPT against the production branch (only one supported with self-elevation) use
5
# @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/NativeScript/nativescript-cli/production/setup/native-script.ps1'))"
6
# To run it inside a WINDOWS POWERSHELL console against the production branch (only one supported with self-elevation) use
0 commit comments