diff --git a/igvm_c/README.md b/igvm_c/README.md index f8eddd3..e6df33e 100644 --- a/igvm_c/README.md +++ b/igvm_c/README.md @@ -11,11 +11,12 @@ API does not need to be manually updated inline with any changes to the rust definitions. ## Dependencies -The C API header files are generated using the `cbindgen` tool. This tool needs -to be installed before the API can be built. This can be achieved using: +The C API header files are generated using the `cbindgen` tool and the library is +built and installed using `cargo-c`. Both tools need to be installed before the +API can be built. This can be achieved using: ```bash -cargo install --force cbindgen +cargo install --force cbindgen cargo-c ``` In addition, `sample/dump_igvm` and the C unit tests requires a C compiler to be