github.com/amrnt/deis@v1.3.1/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  
    10  If you contribute to Deis or build components locally, use ``go get`` instead to
    11  clone the source code into your `$GOPATH`_:
    12  
    13  .. code-block:: console
    14  
    15      $ go get -u -v github.com/deis/deis
    16      $ cd $GOPATH/src/github.com/deis/deis
    17  
    18  
    19  .. _`source code`: https://github.com/deis/deis
    20  .. _`releases page`: https://github.com/deis/deis/releases
    21  .. _`$GOPATH`: http://golang.org/doc/code.html#GOPATH