summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbdfn <64256993+abdfnx@users.noreply.github.com>2022-03-08 03:53:15 +0300
committerGitHub <noreply@github.com>2022-03-08 01:53:15 +0100
commitc1ff23b20e8accdec12ca3fe173a8a8463182a9c (patch)
tree1063588c647a90324571bfa196d3b96a16237e9a /README.md
parent4da964bcaa324e3ff233a71cb8fdf7722ad0bf8e (diff)
docs(README): update urls of `shell` and `powershell` deno script installers (#13844)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e1edfecee..20a0b0aa1 100644
--- a/README.md
+++ b/README.md
@@ -23,13 +23,13 @@ Deno is a _simple_, _modern_ and _secure_ runtime for **JavaScript** and
Shell (Mac, Linux):
```sh
-curl -fsSL https://deno.land/x/install/install.sh | sh
+curl -fsSL https://deno.land/install.sh | sh
```
PowerShell (Windows):
```powershell
-iwr https://deno.land/x/install/install.ps1 -useb | iex
+iwr https://deno.land/install.ps1 -useb | iex
```
[Homebrew](https://formulae.brew.sh/formula/deno) (Mac):