From 038684b56782219f40366584244df4cf7a340da9 Mon Sep 17 00:00:00 2001 From: Todor Totev Date: Mon, 15 Feb 2016 14:11:37 +0200 Subject: [PATCH] Change docs to recommend production branch --- setup/native-script.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/native-script.rb b/setup/native-script.rb index a6762a303c..963d54d25c 100644 --- a/setup/native-script.rb +++ b/setup/native-script.rb @@ -1,8 +1,8 @@ # coding: utf-8 # A script to setup developer's workstation for developing with NativeScript -# To run it against RELEASE branch (recommended) use -# 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)" # To run it against MASTER branch (usually only developers of NativeScript need to) use # ruby -e "$(curl -fsSL https://raw.githubusercontent.com/NativeScript/nativescript-cli/master/setup/native-script.rb)"