diff --git a/README.md b/README.md index 41da21ee..8b2e6327 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,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