Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland authored Nov 25, 2024
1 parent 9b5b740 commit cb20e18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ Anura shows as more of a proof-of-concept with what's possible on the modern web
- `rustup`
- `wasm-opt`
- `make`
- `gcc`
- `gcc` (`gcc-multilib` on Debian and Ubuntu x86_64)
- `clang`
- `uuid-runtime`
- `jq`
- `docker`
- An x86(-64) Linux PC (`make rootfs-alpine` build depends on x86 specific tools)

> [!NOTE]
> You will have to install the required Rust toolchain by running `rustup target add wasm32-unknown-unknown` and also `rustup target add i686-unknown-linux-gnu` if you are planning to build v86 images.
Expand Down

0 comments on commit cb20e18

Please sign in to comment.