Fix git submodule instructions

This commit is contained in:
Jo Liss 2023-04-02 19:19:02 +03:00
parent e1357c3720
commit d9a678dd3d

View File

@ -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