From 75cd653f2ae776a5894d6a59ee8b8b0fb76f412a Mon Sep 17 00:00:00 2001 From: Youngjae Lee Date: Wed, 1 Sep 2021 21:59:41 +0900 Subject: [PATCH] Fix git submodule command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.51.0