mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
docs(README): update urls of shell
and powershell
deno script installers (#13844)
This commit is contained in:
parent
4da964bcaa
commit
c1ff23b20e
1 changed files with 2 additions and 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):
|
||||
|
|
Loading…
Reference in a new issue