@@ -19,7 +19,7 @@ with the following command:
1919.. code-block :: console
2020
2121 $ cd ~/bin
22- $ curl -sSL http://deis.io/deisctl/install.sh | sh -s 0.14.1
22+ $ curl -sSL http://deis.io/deisctl/install.sh | sh -s 0.15.0
2323
2424 This installs deisctl to the current directory, and refreshes the Deis systemd unit files used to
2525schedule the components. Link it to /usr/local/bin, so it will be in your PATH:
@@ -31,10 +31,10 @@ schedule the components. Link it to /usr/local/bin, so it will be in your PATH:
3131 To change installation options, save the installer directly:
3232
3333.. image :: download-linux-brightgreen.svg
34- :target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev -linux-amd64.run
34+ :target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.15.0 -linux-amd64.run
3535
3636.. image :: download-osx-brightgreen.svg
37- :target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev -darwin-amd64.run
37+ :target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.15.0 -darwin-amd64.run
3838
3939Then run the downloaded file as a shell script. Append ``--help `` to see what options
4040are available.
@@ -46,13 +46,13 @@ Builds are hosted on an S3 bucket at this URL format:
4646
4747``https://s3-us-west-2.amazonaws.com/opdemand/deisctl-<VERSION>-<darwin|linux>-amd64.run ``
4848
49- For example, the deisctl release for Deis version 0.14.1 can be downloaded here:
49+ For example, the deisctl release for Deis version 0.15.0 can be downloaded here:
5050
5151.. image :: download-linux-brightgreen.svg
52- :target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev -linux-amd64.run
52+ :target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.15.0 -linux-amd64.run
5353
5454.. image :: download-osx-brightgreen.svg
55- :target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev -darwin-amd64.run
55+ :target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.15.0 -darwin-amd64.run
5656
5757Building from Source
5858--------------------
0 commit comments