diff --git a/docs/content/docs/getting-started/install-porter.md b/docs/content/docs/getting-started/install-porter.md index d6106e997..472f04a4d 100644 --- a/docs/content/docs/getting-started/install-porter.md +++ b/docs/content/docs/getting-started/install-porter.md @@ -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 ```