Skip to content

Commit

Permalink
Fix git submodule instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Apr 2, 2023
1 parent e1357c3 commit d9a678d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d9a678d

Please sign in to comment.