Commit b6e50e8
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
0 commit comments