We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69ba0c8 + 038684b commit 9004df0Copy full SHA for 9004df0
setup/native-script.rb
@@ -1,8 +1,8 @@
1
# coding: utf-8
2
3
# A script to setup developer's workstation for developing with NativeScript
4
-# To run it against RELEASE branch (recommended) use
5
-# ruby -e "$(curl -fsSL https://raw.githubusercontent.com/NativeScript/nativescript-cli/release/setup/native-script.rb)"
+# To run it against PRODUCTION branch (recommended) use
+# ruby -e "$(curl -fsSL https://raw.githubusercontent.com/NativeScript/nativescript-cli/production/setup/native-script.rb)"
6
# To run it against MASTER branch (usually only developers of NativeScript need to) use
7
# ruby -e "$(curl -fsSL https://raw.githubusercontent.com/NativeScript/nativescript-cli/master/setup/native-script.rb)"
8
0 commit comments