wasmerio / winterjs

Winter is coming... ❄️
https://winterjs.org/
MIT License
3.05k stars 53 forks source link

Update native install instructions #48

Closed matheusfillipe closed 8 months ago

matheusfillipe commented 8 months ago

With the current instructions you will get:

error: multiple packages with binaries found: test-suite, winterjs. When installing a git repository, cargo will always search the entire repo for any Cargo.toml. Please specify a package, e.g. `cargo install --git https://github.com/wasmerio/winterjs test-suite`.

Must specify the binary to install.

syrusakbary commented 8 months ago

Awesome, thanks for the improvement!