summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-09-08 16:03:19 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-09-08 16:05:13 +0100
commitef3227529fef94f74b8863f212b6b02a82c5f686 (patch)
tree4a3328ffe5f12490eb052f6cc392d07da6380d99 /README.md
parent31201031b4420b471d05b0b2b92c249e3feeb8f2 (diff)
downloadunit-wasm-ef3227529fef94f74b8863f212b6b02a82c5f686.tar.gz
unit-wasm-ef3227529fef94f74b8863f212b6b02a82c5f686.tar.bz2
README.md: We need to install wasi-libc on Debian
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fbf2d9b..286551a 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ that last task.
Install the following as normal
```
-# apt install make clang llvm lld
+# apt install wasi-libc make clang llvm lld
```
For the rest you will likely need to use [rustup](https://rustup.rs). Caveat