Skip to content

Commit c7f112b

Browse files
docs: fix apt command in gc.md and add cmake note to build guide
Signed-off-by: Ankit Ram <ankiittt15@gmail.com>
1 parent b77398a commit c7f112b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/contribute/source/build_from_src.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ Developers can follow the steps to build WasmEdge with plug-ins from source.
108108
- [WasmEdge-StableDiffusion](plugin/wasmedge_stablediffusion.md)
109109
- [WasmEdge-zlib](plugin/wasmedge_zlib.md)
110110

111+
> Note: Each plug-in guide above includes the corresponding `-DWASMEDGE_PLUGIN_*` CMake option.
112+
111113
## Run Tests
112114

113115
The tests are only available when the build option `WASMEDGE_BUILD_TESTS` is set to `ON`.

docs/start/wasmedge/extensions/gc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ This is enabled by default in WasmEdge since `0.16.0`. For WasmEdge `0.14.x`–`
2020
Install WABT on Linux:
2121

2222
```bash
23-
apt install wabt
23+
sudo apt update
24+
sudo apt install -y wabt
2425
```
2526

2627
Or on macOS:

0 commit comments

Comments
 (0)