Merge pull request #5758 from chentt10/update-runtime-rs-build-and-install

doc: update runtime-rs "Build and Install"
This commit is contained in:
Bin Liu 2022-11-26 02:08:48 +08:00 committed by GitHub
commit 57c80ad65c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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