From 2a69abdefdb64ac5660b211405a6d3a658d341d3 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sun, 27 Jan 2019 18:16:47 +0300 Subject: [PATCH] Readme: Use shell installer (#1598) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2301339527..1c147dc889 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,10 @@ See the website for more info [deno.land](https://deno.land). ## Install -With Python: +With Shell: ``` -curl -L https://deno.land/x/install/install.py | python +curl -L https://deno.land/x/install/install.sh | bash ``` With PowerShell: