Skip to content

Commit 86af41a

Browse files
authored
docs: update install instructions
Updated installation commands to use new URLs.
1 parent f27c055 commit 86af41a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ brew install vexide/vexide/cargo-v5
2727
> *Supports macOS & Linux (probably not NixOS)*
2828
2929
```sh
30-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/vexide/cargo-v5/releases/latest/download/cargo-v5-installer.sh | sh
30+
curl -fsSL https://vexide.dev/install.sh | sh
3131
```
3232

3333
### Install via PowerShell script
3434

3535
> *Supports Windows*
3636
3737
```powershell
38-
irm https://github.com/vexide/cargo-v5/releases/latest/download/cargo-v5-installer.ps1 | iex
38+
irm https://vexide.dev/install.ps1 | iex
3939
```
4040

4141
### Build from source

0 commit comments

Comments
 (0)