From 34dbd315930b4c2544b587d1c0fbb16c3173bf45 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Fri, 25 Jan 2019 21:40:56 +0300 Subject: Use shell installer in docs (#1574) --- Docs.md | 4 ++-- website/index.html | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Docs.md b/Docs.md index b029b5646..50887160d 100644 --- a/Docs.md +++ b/Docs.md @@ -16,10 +16,10 @@ has no external dependencies. [deno_install](https://github.com/denoland/deno_install) provides convenience scripts to download and install the binary. -Using Python: +Using Shell: ``` -curl -L https://deno.land/x/install/install.py | python +curl -L https://deno.land/x/install/install.sh | sh ``` Or using PowerShell: diff --git a/website/index.html b/website/index.html index 922052bc7..036d2f01d 100644 --- a/website/index.html +++ b/website/index.html @@ -1,4 +1,4 @@ - + @@ -47,8 +47,9 @@

Getting started

Install Deno into ~/.deno/bin +

-curl -L https://deno.land/x/install/install.py | python
+curl -L https://deno.land/x/install/install.sh | sh
 export PATH=$HOME/.deno/bin:$PATH
 
-- cgit v1.2.3