Skip to content

Commit

Permalink
latest now work
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 8, 2024
1 parent fd68a7b commit 332c33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy-workshop/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cargo build --release --target wasm32-unknown-unknown && wasm-bindgen --out-dir

It will be a bigger initial download but the first build is already done
```sh
docker run -it -v `pwd`:/workspace -p 4000:4000 ghcr.io/vleue/bevy_workshop:main /bin/bash
docker run -it -v `pwd`:/workspace -p 4000:4000 ghcr.io/vleue/bevy_workshop /bin/bash
cp -r bevy_workshop/target workspace/target
```

Expand Down

0 comments on commit 332c33e

Please sign in to comment.