Skip to content

Commit 8c036f6

Browse files
docs: Use a shorter link for installing Pavex (#424)
1 parent bb630f3 commit 8c036f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Execute one of the following commands to install it:
88
=== "shell"
99

1010
```bash
11-
curl --proto '=https' --tlsv1.2 -LsSf https://pavex.dev/releases/download/latest/pavex_cli-installer.sh | sh
11+
curl --proto '=https' --tlsv1.2 -LsSf https://pavex.dev/install.sh | sh
1212
```
1313

1414
=== "powershell"
1515

1616
```powershell
17-
powershell -c "irm https://pavex.dev/releases/download/latest/pavex_cli-installer.ps1 | iex"
17+
powershell -c "irm https://pavex.dev/install.ps1 | iex"
1818
```
1919

2020
## Setup
@@ -52,4 +52,4 @@ You'll be asked to provide an **activation key** by `pavex self setup`.
5252
You can find the activation key for the beta program in the `#activation` channel of Pavex's Discord server.
5353
You can join the waiting list for the beta program on [pavex.dev](https://pavex.dev).
5454

55-
If you need to change your activation key, invoke `pavex self activate`.
55+
If you need to change your activation key, invoke `pavex self activate`.

0 commit comments

Comments
 (0)