We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbf37a6 + 9310218 commit 699b992Copy full SHA for 699b992
docs/develop/deploy/podman.md
@@ -45,11 +45,13 @@ That's it.
45
Next, configure and build a `crun` binary with WasmEdge support.
46
47
```bash
48
+ git clone https://github.com/containers/crun
49
+ cd crun
50
./autogen.sh
51
./configure --with-wasmedge
52
make
53
sudo make install
- # replace crun (be careful, you may want to do a bakup first)
54
+ # replace crun (be careful, you may want to do a backup first)
55
mv crun $(which crun)
56
```
57
0 commit comments