From d9a678dd3dcd806f44e8202f02f5a8a4df3079c1 Mon Sep 17 00:00:00 2001 From: Jo Liss Date: Sun, 2 Apr 2023 19:19:02 +0300 Subject: [PATCH] Fix `git submodule` instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02f55f92..434ac75d 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,10 @@ You can reproduce our trained model by doing the following: Clone the repo -`git clone --recurse-submodules https://github.com/nomic-ai/gpt4all.git` - -`git submodule configure && git submodule update` +``` +git clone --recurse-submodules https://github.com/nomic-ai/gpt4all.git +git submodule update --init +``` Setup the environment