Skip to content

Commit f9cd978

Browse files
committed
Merge pull request #4450 from jackfrancis/docs/quick-start-deisctl
docs(quickstart): added install deisctl step at top of quick start docs
2 parents 53bf1ed + c0e18d8 commit f9cd978

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)