Skip to content

Commit 699b992

Browse files
authored
Merge pull request WasmEdge#196 from dhruvmehtaaa/WasmEdge#195
2 parents bbf37a6 + 9310218 commit 699b992

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/develop/deploy/podman.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ That's it.
4545
Next, configure and build a `crun` binary with WasmEdge support.
4646

4747
```bash
48+
git clone https://github.com/containers/crun
49+
cd crun
4850
./autogen.sh
4951
./configure --with-wasmedge
5052
make
5153
sudo make install
52-
# 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)
5355
mv crun $(which crun)
5456
```
5557

0 commit comments

Comments
 (0)