wasmerio / winterjs

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

Update native install instructions #48

Closed matheusfillipe closed 6 months ago

matheusfillipe commented 6 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 6 months ago

Awesome, thanks for the improvement!