Skip to content

Commit c0e18d8

Browse files
committed
docs(quickstart): added install deisctl step at top of quick start docs
Subsequent quick start steps may not succeed if deisctl is not installed. E.g., the ./provision-aws-cluster.sh script stalled looking for a deisctl dependency. Added the deisctl install link to the "Get the Source" section, which is currently included inline at the top of the quick start docs.
1 parent 3838a0a commit c0e18d8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/_includes/_get-the-source.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ clone the source code into your `$GOPATH`_:
1818
$ go get -u -v github.com/deis/deis
1919
$ cd $GOPATH/src/github.com/deis/deis
2020
21+
Additionally, you'll need the ``deisctl`` CLI tool. If you don't already have it,
22+
install instructions are :ref:`here <install_deisctl>`.
2123

2224
.. _`source code`: https://github.com/deis/deis
2325
.. _`releases page`: https://github.com/deis/deis/releases

docs/installing_deis/quick-start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Install Deis Platform
6464
---------------------
6565

6666
Now that you've finished provisioning a CoreOS cluster,
67-
please refer to :ref:`install_deisctl` and :ref:`install_deis_platform`.
67+
please :ref:`install_deis_platform`.
6868

6969

7070
.. _`CoreOS`: https://coreos.com/

0 commit comments

Comments
 (0)