Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add instructions for installing a specific flyctl version on windows.
  • Loading branch information
swilson-fly authored May 16, 2024
1 parent 288351a commit 61a8ce0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ curl -L https://fly.io/install.sh | sh -s pre
Installing a specific version:

```bash
curl -L https://fly.io/install.sh | sh -s 0.0.200
curl -L https://fly.io/install.sh | sh -s 0.2.50
```

#### Windows
Expand All @@ -51,6 +51,11 @@ Run the Powershell install script:
```
iwr https://fly.io/install.ps1 -useb | iex
```
Installing a specific version:

```
$env:v = "0.2.50"; $v = $env:v; iwr https://fly.io/install.ps1 -useb | iex
```


## Downloading from GitHub
Expand Down

0 comments on commit 61a8ce0

Please sign in to comment.