Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use more universal windows instructions
Recommend installing puffin with ``` powershell -c "irm https://github.com/axodotdev/cargo-dist/releases/latest/download/cargo-dist-installer.ps1 | iex" ``` instead of ``` irm https://github.com/axodotdev/cargo-dist/releases/latest/download/cargo-dist-installer.ps1 | iex ``` to support installing on cmd.exe, the classic non-powershell windows terminal. See axodotdev/cargo-dist#458 for background. This will also be included in the next cargo-dist release.
- Loading branch information