From: Youngjae Lee Date: Wed, 1 Sep 2021 12:59:41 +0000 (+0900) Subject: Fix git submodule command X-Git-Tag: v2.0-rc0~96 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=75cd653f2ae776a5894d6a59ee8b8b0fb76f412a;p=users%2Fsagi%2Fnvme-cli.git Fix git submodule command --- diff --git a/README.md b/README.md index e9398518..1492a8bd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ When cloning from source, you will need the libnvme submodule, so use: If you already cloned without recursing submodules, you will need to initialize and update it: - $ git submodule init --update + $ git submodule update --init Or as two commands: