Use the abbreviated form of "wasmer -vV" and make the command work on cmd.exe

This commit is contained in:
Michael-F-Bryan
2022-12-13 18:58:49 +08:00
committed by Michael Bryan
parent c20278649b
commit b321a1a896

View File

@@ -18,7 +18,7 @@ Copy and paste the result of executing the following in your shell, so we can kn
-->
```sh
wasmer --version --verbose && echo && rustc --version --verbose
wasmer -vV; rustc -vV
```