1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

Use short install links.

This commit is contained in:
Ryan Dahl 2018-11-17 07:51:06 +08:00
parent d083f7271b
commit 3597d6859c
2 changed files with 4 additions and 4 deletions

View file

@ -19,13 +19,13 @@ scripts to download and install the binary.
Using Python: Using Python:
``` ```
curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python curl -L https://deno.land/x/install/install.py | python
``` ```
Or using PowerShell: Or using PowerShell:
```powershell ```powershell
iex (iwr https://raw.githubusercontent.com/denoland/deno_install/master/install.ps1) iex (iwr https://deno.land/x/install/install.ps1)
``` ```
_Note: Depending on your security settings, you may have to run _Note: Depending on your security settings, you may have to run

View file

@ -55,13 +55,13 @@
With Python: With Python:
``` ```
curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python curl -L https://deno.land/x/install/install.py | python
``` ```
With PowerShell: With PowerShell:
```powershell ```powershell
iex (iwr https://raw.githubusercontent.com/denoland/deno_install/master/install.ps1) iex (iwr https://deno.land/x/install/install.ps1)
``` ```
_Note: Depending on your security settings, you may have to run _Note: Depending on your security settings, you may have to run