summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Sharshakov <sh7dm@outlook.com>2019-01-27 18:16:47 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-01-27 10:16:47 -0500
commit2a69abdefdb64ac5660b211405a6d3a658d341d3 (patch)
treed0c78f84538566074784a091aa82acec5ee28ebe /README.md
parentaaaa35548e146348a7f0c417e7ae64889fe744fb (diff)
Readme: Use shell installer (#1598)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 230133952..1c147dc88 100644
--- a/README.md
+++ b/README.md
@@ -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: