Skip to content

Commit a3723a3

Browse files
author
James Halliday
authored
Merge pull request #1 from jekrb/patch-1
removes extra line in installation steps
2 parents 632701d + b6e50e8 commit a3723a3

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)