diff --git a/docs/installation.md b/docs/installation.md index 731c37adc..7ffacc826 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -6,7 +6,12 @@ The VSCode extension package includes everything you need to get started within VSCode or Positron. Download and install the VSCode extension. -[https://cdn.posit.co/publisher/releases/tags/v1.0.alpha1/publisher-1.0.alpha1.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.alpha1/publisher-1.0.alpha1.vsix). + +- For Arm MacOS: [publisher-1.0.alpha2-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.alpha2/publisher-1.0.alpha2-darwin-arm64.vsix) +- For Intel MacOS: [publisher-1.0.alpha2-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.alpha2/publisher-1.0.alpha2-darwin-amd64.vsix) +- For Windows: [publisher-1.0.alpha2-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.alpha2/publisher-1.0.alpha2-windows-amd64.vsix) +- For Arm Linux: [publisher-1.0.alpha2-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.alpha2/publisher-1.0.alpha2-linux-arm64.vsix) +- For Intel Linux: [publisher-1.0.alpha2-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.alpha2/publisher-1.0.alpha2-linux-amd64.vsix) To learn how to install a `.vsix` file, see the [Install from a VSIX](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix) diff --git a/install.bash b/install.bash index 34ff0d331..ffb3a1b77 100755 --- a/install.bash +++ b/install.bash @@ -171,7 +171,7 @@ TAR=("tar") # Variables NAME="publisher" PREFIX="/usr/local/bin" -VERSION="1.0.alpha1" +VERSION="1.0.alpha2" URL="https://cdn.posit.co/publisher/releases/tags/v${VERSION}" TMPDIR=$(execute "${MKTMP[@]}") @@ -220,6 +220,6 @@ cat <