mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -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
|
## 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:
|
With PowerShell:
|
||||||
|
|
Loading…
Add table
Reference in a new issue