Skip to content

Commit

Permalink
Merge pull request deis#4450 from jackfrancis/docs/quick-start-deisctl
Browse files Browse the repository at this point in the history
docs(quickstart): added install deisctl step at top of quick start docs
  • Loading branch information
mboersma committed Sep 14, 2015
2 parents 53bf1ed + c0e18d8 commit f9cd978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/_includes/_get-the-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ clone the source code into your `$GOPATH`_:
$ go get -u -v github.com/deis/deis
$ cd $GOPATH/src/github.com/deis/deis
Additionally, you'll need the ``deisctl`` CLI tool. If you don't already have it,
install instructions are :ref:`here <install_deisctl>`.

.. _`source code`: https://github.com/deis/deis
.. _`releases page`: https://github.com/deis/deis/releases
Expand Down
2 changes: 1 addition & 1 deletion docs/installing_deis/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Install Deis Platform
---------------------

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


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

0 comments on commit f9cd978

Please sign in to comment.