Skip to content

Commit cd7133d

Browse files
authored
Merge pull request #16 from jianxiaoguo/main
chore(workflow-cli):replace master with main
2 parents bbb33bd + 8bd2854 commit cd7133d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Invoking this script:
44
#
55
# To install the latest stable version:
6-
# curl https://raw.githubusercontent.com/drycc/workflow-cli/master/install-v2.sh | sh
6+
# curl https://raw.githubusercontent.com/drycc/workflow-cli/main/install-v2.sh | sh
77
#
88
# To install a specific released version ($VERSION):
9-
# curl https://raw.githubusercontent.com/drycc/workflow-cli/master/install-v2.sh | sh -s $VERSION
9+
# curl https://raw.githubusercontent.com/drycc/workflow-cli/main/install-v2.sh | sh -s $VERSION
1010
#
1111
# - download drycc cli binary
1212
# - making sure drycc cli binary is executable

0 commit comments

Comments
 (0)