diff --git a/src/runtime-rs/README.md b/src/runtime-rs/README.md index a10e827ba2..89c90966be 100644 --- a/src/runtime-rs/README.md +++ b/src/runtime-rs/README.md @@ -103,10 +103,9 @@ Some helper libraries are maintained in [the library directory](../libs) so that ## Build and install -```bash -$ make -$ sudo make install -``` +See the +[build from the source section of the rust runtime installation guide](../../docs/install/kata-containers-3.0-rust-runtime-installation-guide.md#build-from-source-installation). + ## Configuration `runtime-rs` has the same [configuration as `runtime`](../runtime/README.md#configuration) with some [limitations](#limitations).