Skip to content

Commit bb20170

Browse files
Update the source for building crun (#224)
1 parent 8a5a312 commit bb20170

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/start/build-and-run/docker_wasm_gpu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ GPU 0: NVIDIA GeForce GTX 1080 (UUID: GPU-********-****-****-****-************)
7676

7777
## Setup your container runtime (crun + wasmedge + plugin system)
7878

79-
Build crun with wasmedge and plugin system both enable
79+
Build crun with wasmedge enable
8080

8181
```bash
8282
> sudo apt install -y make git gcc build-essential pkgconf libtool libsystemd-dev libprotobuf-c-dev libcap-dev libseccomp-dev libyajl-dev go-md2man libtool autoconf python3 automake
8383

84-
> git clone -b enable-wasmedge-plugin https://github.com/second-state/crun
84+
> git clone https://github.com/containers/crun
8585
> cd crun
8686
> ./autogen.sh
8787
> ./configure --with-wasmedge
@@ -96,7 +96,7 @@ Replace container run time
9696
{
9797
"runtimes": {
9898
"crun": {
99-
"path": "<the crun binary path build from you>"
99+
"path": "<The crun binary path is built by yourself>"
100100
}
101101
},
102102
"features": {

docs/start/build-and-run/podman_wasm_gpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ nvidia.com/gpu=all
5757

5858
## Setup your container runtime (crun + wasmedge + plugin system)
5959

60-
Build crun with wasmedge and plugin system both enable
60+
Build crun with wasmedge enable
6161

6262
```bash
6363
> sudo apt install -y make git gcc build-essential pkgconf libtool libsystemd-dev libprotobuf-c-dev libcap-dev libseccomp-dev libyajl-dev go-md2man libtool autoconf python3 automake
6464

65-
> git clone -b enable-wasmedge-plugin https://github.com/second-state/crun
65+
> git clone https://github.com/containers/crun
6666
> cd crun
6767
> ./autogen.sh
6868
> ./configure --with-wasmedge

0 commit comments

Comments
 (0)