diff options
author | Dmitry Sharshakov <sh7dm@outlook.com> | 2019-01-27 18:16:47 +0300 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-27 10:16:47 -0500 |
commit | 2a69abdefdb64ac5660b211405a6d3a658d341d3 (patch) | |
tree | d0c78f84538566074784a091aa82acec5ee28ebe /README.md | |
parent | aaaa35548e146348a7f0c417e7ae64889fe744fb (diff) |
Readme: Use shell installer (#1598)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 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: |