Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use more universal windows install instructions #1811

Merged
merged 3 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. 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.
    konstin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4ccf1fc View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. CI

    konstin committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6ba30ce View commit details
    Browse the repository at this point in the history
  2. Revert CI changes

    konstin committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d7f2ba6 View commit details
    Browse the repository at this point in the history