##// END OF EJS Templates
docs(rcstack-help): fix instructions for getting rcstack at stable
marcink -
Show More
@@ -324,7 +324,7 b' rcstack_self_update_usage() {'
324 324
325 325 # :command.usage_examples
326 326 printf "%s\n" "Examples:"
327 printf " - ./rccstack self-update simply to update it to a new version\n \n # to fetch dev branch and install it\n - ./rccstack self-update --cli-revision=dev --docker-revision=dev\n \n # In case rcstack breaks, you can re-download the stack script using curl\n curl -L -s -o rcstack https://dls.rhodecode.com/get/master && chmod +x rcstack\n"
327 printf " - ./rccstack self-update simply to update it to a new version\n \n # to fetch dev branch and install it\n - ./rccstack self-update --cli-revision=dev --docker-revision=dev\n \n # In case rcstack breaks, you can re-download the stack script using curl\n curl -L -s -o rcstack https://dls.rhodecode.com/get-rcstack && chmod +x\n rcstack\n"
328 328 echo
329 329
330 330 fi
General Comments 0
You need to be logged in to leave comments. Login now