File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ deis-workflow-manager-2654760652-kitf9 1/1 Running 0 5m
8383Users of Deis Workflow should now upgrade their deis client to avoid getting ` WARNING: Client and server API versions do not match. Please consider upgrading. ` warnings.
8484
8585```
86- curl -sSL http ://deis.io/deis -cli/install-v2.sh | bash && sudo mv deis $(which deis)
86+ curl -sSL https ://raw.githubusercontent.com/teamhephy/workflow -cli/master/ install-v2.sh | bash -s v2.18.0 && sudo mv deis $(which deis)
8787```
8888
8989
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Use the CLI to create and configure and manage applications.
55
66Install the latest ` deis ` client for Linux or Mac OS X with:
77
8- $ curl -sSL http ://deis.io/deis -cli/install-v2.sh | bash
8+ $ curl -sSL https ://raw.githubusercontent.com/teamhephy/workflow -cli/master/ install-v2.sh | bash -s v2.18.0
99
1010The installer places the ` deis ` binary in your current directory, but you
1111should move it somewhere in your $PATH:
Original file line number Diff line number Diff line change @@ -252,9 +252,9 @@ Kick off https://ci.teamhephy.info/job/workflow-cli-build-stable/ with the `TAG`
252252and then verify ` stable ` artifacts are available and appropriately updated after the job completes:
253253
254254```
255- $ curl -sSL http ://deis.io/deis -cli/install-v2.sh | bash
255+ $ curl -sSL https ://raw.githubusercontent.com/teamhephy/workflow -cli/master/ install-v2.sh | bash -s v2.18.0
256256$ ./deis version
257- # (Should show $WORKFLOW_RELEASE)
257+ # (Should show $WORKFLOW_RELEASE) # FIXME: builds of CLI should match the current Workflow release.)
258258```
259259
260260### Step 10: Let Everyone Know
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ with Deis Workflow.
77
88Install the latest ` deis ` client for Linux or Mac OS X with:
99
10- $ curl -sSL http ://deis.io/deis -cli/install-v2.sh | bash
10+ $ curl -sSL https ://raw.githubusercontent.com/teamhephy/workflow -cli/master/ install-v2.sh | bash -s v2.18.0
1111
1212The installer puts ` deis ` in your current directory, but you should move it
1313somewhere in your $PATH:
You can’t perform that action at this time.
0 commit comments