There was an error while loading. Please reload this page.
1 parent f27c055 commit 86af41aCopy full SHA for 86af41a
1 file changed
README.md
@@ -27,15 +27,15 @@ brew install vexide/vexide/cargo-v5
27
> *Supports macOS & Linux (probably not NixOS)*
28
29
```sh
30
-curl --proto '=https' --tlsv1.2 -LsSf https://github.com/vexide/cargo-v5/releases/latest/download/cargo-v5-installer.sh | sh
+curl -fsSL https://vexide.dev/install.sh | sh
31
```
32
33
### Install via PowerShell script
34
35
> *Supports Windows*
36
37
```powershell
38
-irm https://github.com/vexide/cargo-v5/releases/latest/download/cargo-v5-installer.ps1 | iex
+irm https://vexide.dev/install.ps1 | iex
39
40
41
### Build from source
0 commit comments