diff --git a/nix/README.md b/nix/README.md index f389f568..ca3cce64 100644 --- a/nix/README.md +++ b/nix/README.md @@ -22,6 +22,12 @@ It can be also done without even cloning the repo: nix build 'git+https://github.com/logos-storage/logos-storage-nim?submodules=1#' ``` +To build the C bindings you can use: + +```sh +nix build ".?submodules=1#libstorage" +``` + ## Running ```sh