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

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