Skip to content

Commit 5f3be6e

Browse files
committed
Merge pull request #1629 from NativeScript/kerezov/setup-script-typo
Typo in native-script.ps1
2 parents e532589 + 3150bc7 commit 5f3be6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/native-script.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# 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
3+
# NOTE: The script requires at least a version 4.0 .NET framework installed
44
# To run it inside a COMMAND PROMPT against the production branch (only one supported with self-elevation) use
55
# @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/NativeScript/nativescript-cli/production/setup/native-script.ps1'))"
66
# To run it inside a WINDOWS POWERSHELL console against the production branch (only one supported with self-elevation) use

0 commit comments

Comments
 (0)