We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbb33bd + 8bd2854 commit cd7133dCopy full SHA for cd7133d
1 file changed
install.tmpl
@@ -3,10 +3,10 @@
3
# Invoking this script:
4
#
5
# To install the latest stable version:
6
-# curl https://raw.githubusercontent.com/drycc/workflow-cli/master/install-v2.sh | sh
+# curl https://raw.githubusercontent.com/drycc/workflow-cli/main/install-v2.sh | sh
7
8
# To install a specific released version ($VERSION):
9
-# curl https://raw.githubusercontent.com/drycc/workflow-cli/master/install-v2.sh | sh -s $VERSION
+# curl https://raw.githubusercontent.com/drycc/workflow-cli/main/install-v2.sh | sh -s $VERSION
10
11
# - download drycc cli binary
12
# - making sure drycc cli binary is executable
0 commit comments