Skip to content

Commit

Permalink
Merge pull request #2370 from carolynvs/install-rc2
Browse files Browse the repository at this point in the history
Update install instructions to use 1.0.0-rc.2
  • Loading branch information
carolynvs committed Sep 21, 2022
2 parents b02ae73 + 0f25acd commit e569c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/install.md
Expand Up @@ -42,21 +42,21 @@ Set VERSION to the most recent [v1 prerelease] version number.
**MacOS**

```bash
export VERSION="v1.0.0-rc.1"
export VERSION="v1.0.0-rc.2"
curl -L https://cdn.porter.sh/$VERSION/install-mac.sh | bash
```

**Linux**

```bash
export VERSION="v1.0.0-rc.1"
export VERSION="v1.0.0-rc.2"
curl -L https://cdn.porter.sh/$VERSION/install-linux.sh | bash
```

**Windows**

```powershell
$VERSION="v1.0.0-rc.1"
$VERSION="v1.0.0-rc.2"
(New-Object System.Net.WebClient).DownloadFile("https://cdn.porter.sh/$VERSION/install-windows.ps1", "install-porter.ps1")
.\install-porter.ps1
```
Expand Down

0 comments on commit e569c76

Please sign in to comment.