We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448fcf7 commit 1089560Copy full SHA for 1089560
1 file changed
src/quickstart/install-cli-tools.md
@@ -5,7 +5,7 @@ Use the CLI to create and configure and manage applications.
5
6
Install the `drycc` client for Linux or Mac OS X with:
7
8
- $ sudo bash < <(curl -fsSL https://github.com/drycc/workflow-cli/releases/download/v1.0.1/install-drycc.sh)
+ $ curl -sSL https://raw.githubusercontent.com/drycc/workflow-cli/master/install.tmpl | bash -s v1.0.1
9
10
Others please visit: https://github.com/drycc/workflow-cli/releases
11
0 commit comments