Skip to content

Commit

Permalink
Merge pull request nomic-ai#181 from joliss/readme
Browse files Browse the repository at this point in the history
Fix `git submodule` instructions
  • Loading branch information
AndriyMulyar authored Apr 3, 2023
2 parents cec1fda + d9a678d commit c62312f
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 @@ -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

Expand Down

0 comments on commit c62312f

Please sign in to comment.