File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ Whether you're working on multiple projects or need to test features across vari
99Install 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
1515Install 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments