Skip to content

Commit

Permalink
Add windows install script instructions (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
supleed2 authored Jan 4, 2024
1 parent 8e8c648 commit 5ac21af
Showing 1 changed file with 8 additions and 3 deletions.
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

0 comments on commit 5ac21af

Please sign in to comment.