From 2da3fd405cc2c3d3bcf2a98e5dbc036798632f35 Mon Sep 17 00:00:00 2001 From: Joshua Shanks Date: Fri, 5 Jan 2024 10:12:57 -0800 Subject: [PATCH] Add cd command before git submodules command under Fetch the documentation section Signed-off-by: Joshua Shanks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6104d116..1c310dd7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ git clone git@github.com:opentofu/opentofu.org.git 2. Fetch the documentation: ```bash +cd opentofu.org git submodule init git submodule update ```