Skip to content

Commit b6e50e8

Browse files
authored
removes extra line in installation steps
removes `$ rustc +nightly --target wasm32-unknown-unknown "$target" --crate-type=cdylib` from the installation steps in the readme. I was running the rustup installation steps line-by-line, but that line causes an error in my terminal. I think it is used in `scripts/build.sh` and not something the user is meant to run. Skipping over that line allowed me to install `rustify` successfully 🎉
1 parent 632701d commit b6e50e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ With [rustup](https://www.rust-lang.org/install.html) installed:
6767
```sh
6868
$ rustup update nightly
6969
$ rustup target add wasm32-unknown-unknown --toolchain nightly
70-
$ rustc +nightly --target wasm32-unknown-unknown "$target" --crate-type=cdylib
7170
$ cargo install --git https://github.com/alexcrichton/wasm-gc
7271
```
7372
```sh

0 commit comments

Comments
 (0)