Skip to content

Commit 9004df0

Browse files
committed
Merge pull request #1484 from NativeScript/totev/production-docs
Change docs to recommend production branch
2 parents 69ba0c8 + 038684b commit 9004df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/native-script.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# coding: utf-8
22

33
# 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)"
4+
# To run it against PRODUCTION branch (recommended) use
5+
# ruby -e "$(curl -fsSL https://raw.githubusercontent.com/NativeScript/nativescript-cli/production/setup/native-script.rb)"
66
# To run it against MASTER branch (usually only developers of NativeScript need to) use
77
# ruby -e "$(curl -fsSL https://raw.githubusercontent.com/NativeScript/nativescript-cli/master/setup/native-script.rb)"
88

0 commit comments

Comments
 (0)