mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
Readme: Use shell installer (#1598)
This commit is contained in:
parent
aaaa35548e
commit
2a69abdefd
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ See the website for more info [deno.land](https://deno.land).
|
|||
|
||||
## Install
|
||||
|
||||
With Python:
|
||||
With Shell:
|
||||
|
||||
```
|
||||
curl -L https://deno.land/x/install/install.py | python
|
||||
curl -L https://deno.land/x/install/install.sh | bash
|
||||
```
|
||||
|
||||
With PowerShell:
|
||||
|
|
Loading…
Reference in a new issue