1
0
Fork 0
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:
Dmitry Sharshakov 2019-01-27 18:16:47 +03:00 committed by Ryan Dahl
parent aaaa35548e
commit 2a69abdefd

View file

@ -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: