mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
doc: improve submodule update command - README.md
Improve the portion of README.md that directs the reader to update the
submodules. Previously, the text assumed that the reader knew that they
should cd into the ceph directory. Now the text is explicit about the
necessity of this action.
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 578fdb27a0
)
This commit is contained in:
parent
8c194d5e75
commit
b3d820d5b4
@ -33,10 +33,11 @@ command on a system that has git installed:
|
|||||||
|
|
||||||
git clone https://github.com/ceph/ceph.git
|
git clone https://github.com/ceph/ceph.git
|
||||||
|
|
||||||
When the ceph/ceph repository has been cloned to your system, run the following
|
When the `ceph/ceph` repository has been cloned to your system, run the
|
||||||
command to check out the git submodules associated with the ceph/ceph
|
following commands to move into the cloned `ceph/ceph` repository and to check
|
||||||
repository:
|
out the git submodules associated with it:
|
||||||
|
|
||||||
|
cd ceph
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user