From 164fd0ac0dbb3bc295d5c1c8eefa325dfb6bd6ee Mon Sep 17 00:00:00 2001 From: "Tyler J. Kuhn" Date: Wed, 20 May 2020 19:42:53 -0700 Subject: [PATCH] https://deno.land/x/install/install.py returns 404 Can we tell people to follow the same instructions listed here: https://deno.land/x/install/ --- installing-deno.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing-deno.md b/installing-deno.md index c581996..a4247f0 100644 --- a/installing-deno.md +++ b/installing-deno.md @@ -7,7 +7,7 @@ Deno is still at very early development stage. The current releases are 0.2.x, w To install Deno release binary, run the following commands on \*nix ```bash -curl -L https://deno.land/x/install/install.py | python +curl -fsSL https://deno.land/x/install/install.sh | sh export PATH=$HOME/.deno/bin:$PATH ```