tiny typo (#739)

This commit is contained in:
Joseph Mearman 2023-05-29 00:50:45 +01:00 committed by GitHub
parent 9f62d4d05f
commit 6ec2e26cd1

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
```sh
git submodule update --init --depth 1 --recursive`
git submodule update --init --depth 1 --recursive
```
### Test
```sh