tiny typo (#739)

This commit is contained in:
Joseph Mearman 2023-05-29 00:50:45 +01:00 committed by GitHub
parent 73db20ba85
commit 020f64b9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ cd gpt4all-bindings/typescript
``` ```
- llama.cpp git submodule for gpt4all can be possibly absent. If this is the case, make sure to run in llama.cpp parent directory - llama.cpp git submodule for gpt4all can be possibly absent. If this is the case, make sure to run in llama.cpp parent directory
```sh ```sh
git submodule update --init --depth 1 --recursive` git submodule update --init --depth 1 --recursive
``` ```
### Test ### Test
```sh ```sh