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

Add windows install script instructions #241

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ The `cargo-shuttle` CLI can be installed with a pre-built binary, from source wi

### Install script

The install script, available for Linux and macOS, finds the optimal alternative below for installing the latest version on your OS and distro.
Run it with:
The install script finds the optimal alternative below for installing the latest version on your OS, architecture and distro.

Run it on Linux and macOS with:

```sh
curl -sSfL https://www.shuttle.rs/install | bash
```

On Windows, use one of the methods below.
Or on Windows with:

```powershell
iwr "https://www.shuttle.rs/install-win" | iex
```

### Pre-built binary

Expand Down