Skip to content

Commit

Permalink
Merge pull request #947 from posit-dev/dotnomad/update-install-docs
Browse files Browse the repository at this point in the history
Update installation script and docs for Alpha2
  • Loading branch information
dotNomad authored Feb 1, 2024
2 parents c803a36 + 6651f7f commit 6bfe401
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}")

Expand Down Expand Up @@ -220,6 +220,6 @@ cat <<EOS
Run ${tty_bold}publisher --help${tty_reset} to get started.
An extension for VSCode is available for download at
${URL}/${NAME}-${VERSION}.vsix
${URL}/${NAME}-${VERSION}-${OS}-${ARCH}.vsix
EOS

0 comments on commit 6bfe401

Please sign in to comment.