Skip to content

Commit

Permalink
Merge pull request nomic-ai#42 from tiendung/main
Browse files Browse the repository at this point in the history
Change git clone url to https://github.com/nomic-ai/gpt4all.git to avoid `Permission denied`
  • Loading branch information
AndriyMulyar authored Mar 29, 2023
2 parents c197eee + 88841bd commit b10890f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can reproduce our trained model by doing the following:

Clone the repo

`git clone --recurse-submodules git@github.com:nomic-ai/gpt4all.git`
`git clone --recurse-submodules https://github.com/nomic-ai/gpt4all.git`

`git submodule configure && git submodule update`

Expand Down

0 comments on commit b10890f

Please sign in to comment.