Merge pull request #834 from stalker314314/patch-1

Simple typo fix in documentation to cd into directory
This commit is contained in:
Morris Jobke
2018-08-20 11:48:47 +02:00
committed by GitHub

View File

@@ -13,6 +13,7 @@ Setup
First the :doc:`development environment <../general/devenv>` needs to be set up. This can be done by either `downloading the zip from the website <https://nextcloud.com/install/>`_ or cloning it directly from GitHub::
git clone git@github.com:nextcloud/server.git --branch $BRANCH
cd server
git submodule update --init
.. note:: ``$BRANCH`` is the desired Nextcloud branch (e.g. ``stable9`` for Nextcloud 9, ``stable10`` for Nextcloud 10, ..., ``master`` for the upcoming release)