Merge pull request #181 from joliss/readme

Fix `git submodule` instructions
This commit is contained in:
Andriy Mulyar 2023-04-03 17:21:50 -04:00 committed by GitHub
commit c62312f82e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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