From: John Wilkins Date: Mon, 6 May 2013 18:19:33 +0000 (-0700) Subject: doc: Update the usage to reflect optional directory name. X-Git-Tag: v0.62~23 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c5d430248992f8636b8ef075db7ff470ecc7e266;p=ceph.git doc: Update the usage to reflect optional directory name. Signed-off-by: John Wilkins --- diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index ac60a456ba39..6cfefb693200 100644 --- a/doc/start/quick-start-preflight.rst +++ b/doc/start/quick-start-preflight.rst @@ -107,8 +107,10 @@ Clone ceph-deploy To begin working with ``ceph-deploy``, clone its repository. :: - git clone https://github.com/ceph/ceph-deploy.git ceph-deploy + git clone https://github.com/ceph/ceph-deploy.git [{directory-name}] +If you do not specify a directory name, ``git clone`` will use the repository +name ``ceph-deploy``. Install python-virtualenv =========================