Skip to content

Commit

Permalink
Merge pull request getporter#3165 from schristoff/schristoff_v1.1.0
Browse files Browse the repository at this point in the history
(chore): update to v1.1.0
  • Loading branch information
kichristensen authored Jun 27, 2024
2 parents b50c189 + 1c77819 commit f386283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/docs/getting-started/install-porter.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ Set VERSION to the most recent [release] version number.
**MacOS**

```bash
export VERSION="v1.0.14"
export VERSION="v1.1.0"
curl -L https://cdn.porter.sh/$VERSION/install-mac.sh | bash
```

**Linux**

```bash
export VERSION="v1.0.14"
export VERSION="v1.1.0"
curl -L https://cdn.porter.sh/$VERSION/install-linux.sh | bash
```

**Windows**

```powershell
$VERSION="v1.0.14"
$VERSION="v1.1.0"
(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 f386283

Please sign in to comment.