From 3597d6859cacf0ef3ef935ad7d4e98d4df4a15ff Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 17 Nov 2018 07:51:06 +0800 Subject: [PATCH] Use short install links. --- Docs.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Docs.md b/Docs.md index 770d58cf73..8e6d1b51fe 100644 --- a/Docs.md +++ b/Docs.md @@ -19,13 +19,13 @@ scripts to download and install the binary. 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: ```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 diff --git a/README.md b/README.md index 3afffc015f..0ec393f4d8 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,13 @@ 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: ```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