From 806dd322d4f4b3b378940da66ac72ea533322560 Mon Sep 17 00:00:00 2001 From: Ziy1-Tan Date: Sun, 28 Jul 2024 21:04:30 +0800 Subject: [PATCH] Docs: Update installation URL of WasmEdge Signed-off-by: Ziy1-Tan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77a508f3..ebdce25a 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Please also note that Quark requires a Linux kernel version >= 5.15. + It is recommended to install Cloud Hypervisor by default. You can find Cloud Hypervisor installation instructions [here](https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/building.md). + If you want to run kuasar with iSulad container engine and StratoVirt hypervisor, you can refer to this guide [how-to-run-kuasar-with-isulad-and-stratovirt](docs/vmm/how-to-run-kuasar-with-isulad-and-stratovirt.md). + Quark: To use Quark, please refer to the installation instructions [here](docs/quark/README.md). -+ WasmEdge: To start WebAssembly sandboxes, you need to install WasmEdge v0.13.5. Instructions for installing WasmEdge can be found in [install.html](https://wasmedge.org/book/en/quick_start/install.html). ++ WasmEdge: To start WebAssembly sandboxes, you need to install WasmEdge v0.13.5. Instructions for installing WasmEdge can be found in [install-a-specific-version-of-wasmedge](https://wasmedge.org/docs/start/install/#install-a-specific-version-of-wasmedge). ### 3. containerd @@ -190,4 +190,4 @@ If you're interested in being a contributor and want to get involved in developi Kuasar is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details. -Kuasar documentation is under the [CC-BY-4.0 license](https://creativecommons.org/licenses/by/4.0/legalcode). \ No newline at end of file +Kuasar documentation is under the [CC-BY-4.0 license](https://creativecommons.org/licenses/by/4.0/legalcode).