From 2426ea9bdc585cb5424bd71f9d842f531e677e7e Mon Sep 17 00:00:00 2001 From: Chen Taotao Date: Tue, 22 Nov 2022 01:34:58 -0800 Subject: [PATCH] doc: update runtime-rs "Build and Install" When using source code to compile runtime-rs,make the documentation point out the detailed environment build and compilation methods to avoid errors caused by related dependent packages. Fixes:#5757 Signed-off-by: Chen Taotao --- src/runtime-rs/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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).