Skip to content

Commit

Permalink
docs(README): update urls of shell and powershell deno script ins…
Browse files Browse the repository at this point in the history
…tallers (denoland#13844)
  • Loading branch information
abdfnx committed Mar 8, 2022
1 parent 4da964b commit c1ff23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c1ff23b

Please sign in to comment.