Skip to content

Commit 752df4a

Browse files
committed
Remove reference to the Rust Game-of-Life book.
The rustwasm GitHub org is being sunsetted: https://blog.rust-lang.org/inside-rust/2025/07/21/sunsetting-the-rustwasm-github-org/
1 parent 6cbe29e commit 752df4a

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

docs/getting-started.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,19 @@ web server. The simulator doesn't execute on the server.
2929

3030
#### Installing the WASM Toolchain
3131

32-
These instructions are based on the [Rust Game-of-Life WASM
33-
book](https://rustwasm.github.io/docs/book/game-of-life/setup.html).
34-
If these instructions seem not to work then please [raise a
35-
bug](https://github.com/TX-2/TX-2-simulator/issues/new/choose) but
36-
meanwhile you might be about to figure out the problem by looking at
37-
the [Rust Game-of-Life WASM
38-
book](https://rustwasm.github.io/docs/book/game-of-life/setup.html)
39-
40-
#### Toolchain Installation Steps
41-
4232
1. Follow the instructions above to install the Rust
4333
toolchain.
44-
1. Install wasm-pack by either [following these scary `curl | sh`
45-
instructions](https://rustwasm.github.io/wasm-pack/installer/) or
46-
by using `cargo install wasm-pack`.
34+
1. Install wasm-pack with `cargo install wasm-pack`.
4735
1. [Install npm](https://docs.npmjs.com/getting-started).
48-
1. If you already have `npm` install, make sure it is up-to-date by
36+
1. If you already have `npm` installed, make sure it is up-to-date by
4937
running `npm install npm@latest -g`
5038

5139
You should not need `cargo-generate`.
5240

41+
If these instructions seem not to work then please [raise a
42+
bug](https://github.com/TX-2/TX-2-simulator/issues/new/choose).
43+
44+
5345
## Building the Code
5446

5547
While it is possible to build just the CLI components (the CLI-based

0 commit comments

Comments
 (0)