github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/docs/_includes/_get-the-source.rst (about) 1 The `source code`_ for Deis must be on your workstation to run the commands in 2 this documentation. Download an archive file from the `releases page`_, or use 3 ``git`` to clone the repository: 4 5 .. code-block:: console 6 7 $ git clone https://github.com/deis/deis.git 8 $ cd deis 9 $ git checkout v1.9.1 10 11 Check out the latest Deis release, rather than using the default (master). 12 13 If you contribute to Deis or build components locally, use ``go get`` instead to 14 clone the source code into your `$GOPATH`_: 15 16 .. code-block:: console 17 18 $ go get -u -v github.com/deis/deis 19 $ cd $GOPATH/src/github.com/deis/deis 20 21 22 .. _`source code`: https://github.com/deis/deis 23 .. _`releases page`: https://github.com/deis/deis/releases 24 .. _`$GOPATH`: http://golang.org/doc/code.html#GOPATH