Skip to content

Commit

Permalink
Update installation docs to point to beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Jun 7, 2024
1 parent 81618db commit 82f8f1b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ VSCode or Positron.

Download and install the VSCode extension.

- For Arm MacOS: [publisher-1.0.alpha8-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.alpha8/publisher-1.0.alpha8-darwin-arm64.vsix)
- For Intel MacOS: [publisher-1.0.alpha8-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.alpha8/publisher-1.0.alpha8-darwin-amd64.vsix)
- For Windows: [publisher-1.0.alpha8-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.alpha8/publisher-1.0.alpha8-windows-amd64.vsix)
- For Arm Linux: [publisher-1.0.alpha8-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.alpha8/publisher-1.0.alpha8-linux-arm64.vsix)
- For Intel Linux: [publisher-1.0.alpha8-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.alpha8/publisher-1.0.alpha8-linux-amd64.vsix)
- For Arm MacOS: [publisher-1.0.beta1-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.beta1/publisher-1.0.beta1-darwin-arm64.vsix)
- For Intel MacOS: [publisher-1.0.beta1-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.beta1/publisher-1.0.beta1-darwin-amd64.vsix)
- For Windows: [publisher-1.0.beta1-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.beta1/publisher-1.0.beta1-windows-amd64.vsix)
- For Arm Linux: [publisher-1.0.beta1-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.beta1/publisher-1.0.beta1-linux-arm64.vsix)
- For Intel Linux: [publisher-1.0.beta1-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.0.beta1/publisher-1.0.beta1-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 Expand Up @@ -51,7 +51,7 @@ You can also install nightlies with:
Or install a specific version with:

```bash
./install-publisher.bash 1.0.alpha6
./install-publisher.bash 1.0.beta1
```

## Optional: Install Quarto
Expand Down

0 comments on commit 82f8f1b

Please sign in to comment.