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: