diff --git a/www/README.md b/www/README.md index 0ff82b7..b860316 100644 --- a/www/README.md +++ b/www/README.md @@ -7,15 +7,7 @@ for progress see: [https://github.com/iceiix/stevenarella/issues/171](https://gi ## Building -To build for wasm32-unknown-unknown, run in the top-level directory (not www): - -```sh -rustup target add wasm32-unknown-unknown -cargo install wasm-bindgen-cli -wasm-pack build -``` - -or: +To build for wasm32-unknown-unknown, run: ```sh cargo web start --target wasm32-unknown-unknown @@ -38,7 +30,7 @@ open http://localhost:8080/ ## Credits -Based on `[rustwasm/create-wasm-app](https://github.com/rustwasm/create-wasm-app)`: +Based on [rustwasm/create-wasm-app](https://github.com/rustwasm/create-wasm-app): > An `npm init` template for kick starting a project that uses NPM packages > containing Rust-generated WebAssembly and bundles them with Webpack.