Improve README

This commit is contained in:
Arnaud 2026-01-05 16:49:06 +04:00
parent 77cd5e2300
commit 07a7837144
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -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