Skip to content

Commit df30d74

Browse files
committed
chore: updated package-lock.json, README to explain how to get submodules, and iterator with limit tests
1 parent 5f9ee12 commit df30d74

File tree

3 files changed

+1120
-6700
lines changed

3 files changed

+1120
-6700
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ If you created the `DB` with a `crypto` object, then upon restarting the `DB`, y
8383

8484
This project uses Git submodules to bring in rocksdb. **Make sure to clone recursively.**
8585

86+
If you already cloned, run this:
87+
88+
```sh
89+
git submodule update --init --recursive
90+
```
91+
8692
Run `nix-shell`, and once you're inside, you can use:
8793

8894
```sh

0 commit comments

Comments
 (0)