docs: golang --recurse-submodules (#1720)

Co-authored-by: aj-gameon <aj@gameontechnology.com>
This commit is contained in:
aj-gameon 2023-12-11 09:58:58 -08:00 committed by GitHub
parent dfd8ef0186
commit 7facb8207b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ func main() {
In order to use the bindings you will need to build `libgpt4all.a`:
```
git clone https://github.com/nomic-ai/gpt4all
git clone --recurse-submodules https://github.com/nomic-ai/gpt4all
cd gpt4all/gpt4all-bindings/golang
make libgpt4all.a
```