mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
docs: golang --recurse-submodules (#1720)
Co-authored-by: aj-gameon <aj@gameontechnology.com>
This commit is contained in:
parent
dfd8ef0186
commit
7facb8207b
@ -36,7 +36,7 @@ func main() {
|
|||||||
In order to use the bindings you will need to build `libgpt4all.a`:
|
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
|
cd gpt4all/gpt4all-bindings/golang
|
||||||
make libgpt4all.a
|
make libgpt4all.a
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user