Skip to content

Commit

Permalink
chore: updated package-lock.json, README to explain how to get subm…
Browse files Browse the repository at this point in the history
…odules, and iterator with limit tests
  • Loading branch information
CMCDragonkai committed Nov 8, 2023
1 parent 5f9ee12 commit df30d74
Show file tree
Hide file tree
Showing 3 changed files with 1,120 additions and 6,700 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ If you created the `DB` with a `crypto` object, then upon restarting the `DB`, y

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

If you already cloned, run this:

```sh
git submodule update --init --recursive
```

Run `nix-shell`, and once you're inside, you can use:

```sh
Expand Down
Loading

0 comments on commit df30d74

Please sign in to comment.