From ed9f1a4f168e3871c8891d9e5e5f1e64893c2bd2 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 15 Aug 2023 13:28:00 +1000 Subject: [PATCH] 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 (cherry picked from commit 578fdb27a09c629003ab20c0d27267d4d97b5d6c) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00f7d24c3626..91fee7edb810 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,11 @@ command on a system that has git installed: git clone git://github.com/ceph/ceph -When the ceph/ceph repository has been cloned to your system, run the following -command to check out the git submodules associated with the ceph/ceph -repository: +When the `ceph/ceph` repository has been cloned to your system, run the +following commands to move into the cloned `ceph/ceph` repository and to check +out the git submodules associated with it: + cd ceph git submodule update --init --recursive -- 2.47.3