mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
docs: fix a typo in rust-runtime-installation-guide
Fixes: #5392 Signed-off-by: chmod100 <letfu@outlook.com>
This commit is contained in:
parent
acd72c44d4
commit
862eaef863
@ -83,7 +83,7 @@ $ git clone https://github.com/kata-containers/kata-containers.git
|
|||||||
$ cd kata-containers/src/runtime-rs
|
$ cd kata-containers/src/runtime-rs
|
||||||
$ make && sudo make install
|
$ make && sudo make install
|
||||||
```
|
```
|
||||||
After running the command above, the default config file `configuration.toml` will be installed under `/usr/share/defaults/kata-containers/`, the binary file `containerd-shim-kata-v2` will be installed under `/user/local/bin` .
|
After running the command above, the default config file `configuration.toml` will be installed under `/usr/share/defaults/kata-containers/`, the binary file `containerd-shim-kata-v2` will be installed under `/usr/local/bin/` .
|
||||||
|
|
||||||
### Build Kata Containers Kernel
|
### Build Kata Containers Kernel
|
||||||
Follow the [Kernel installation guide](/tools/packaging/kernel/README.md).
|
Follow the [Kernel installation guide](/tools/packaging/kernel/README.md).
|
||||||
|
Loading…
Reference in New Issue
Block a user