Skip to content

Commit 36cb95f

Browse files
docs: update install scripts URLs to use gdvm.io
1 parent 52d07f7 commit 36cb95f

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Whether you're working on multiple projects or need to test features across vari
99
Install on \*nix systems (including MacOS):
1010

1111
```bash
12-
curl -sSL https://raw.githubusercontent.com/adalinesimonian/gdvm/main/scripts/install.sh | bash
12+
curl -sSL https://gdvm.io/install.sh | bash
1313
```
1414

1515
Install on Windows:
1616

1717
```powershell
18-
powershell -NoProfile -Command "(iwr -useb 'https://raw.githubusercontent.com/adalinesimonian/gdvm/main/scripts/install.ps1').Content | iex"
18+
powershell -NoProfile -Command "(iwr -useb 'https://gdvm.io/install.ps1.txt').Content | iex"
1919
```
2020

2121
### Supported Platforms

gh-pages/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,16 +211,13 @@ <h2>Installation</h2>
211211
</div>
212212
<div class="tab-content" id="nix-content">
213213
<div class="command-box" id="nix-command">
214-
curl -sSL
215-
https://raw.githubusercontent.com/adalinesimonian/gdvm/main/scripts/install.sh
216-
| bash
214+
curl -sSL https://gdvm.io/install.sh | bash
217215
</div>
218216
</div>
219217
<div class="tab-content" id="windows-content">
220218
<div class="command-box" id="windows-command">
221219
powershell -NoProfile -Command "(iwr -useb
222-
'https://raw.githubusercontent.com/adalinesimonian/gdvm/main/scripts/install.ps1').Content
223-
| iex"
220+
'https://gdvm.io/install.ps1.txt').Content | iex"
224221
</div>
225222
</div>
226223
<h3>Supported Platforms</h3>

0 commit comments

Comments
 (0)