diff options
author | Abdfn <64256993+abdfnx@users.noreply.github.com> | 2022-03-08 03:53:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 01:53:15 +0100 |
commit | c1ff23b20e8accdec12ca3fe173a8a8463182a9c (patch) | |
tree | 1063588c647a90324571bfa196d3b96a16237e9a /README.md | |
parent | 4da964bcaa324e3ff233a71cb8fdf7722ad0bf8e (diff) |
docs(README): update urls of `shell` and `powershell` deno script installers (#13844)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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): |