summaryrefslogtreecommitdiff
path: root/Docs.md
diff options
context:
space:
mode:
authorDmitry Sharshakov <sh7dm@outlook.com>2019-01-25 21:40:56 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-01-25 13:40:56 -0500
commit34dbd315930b4c2544b587d1c0fbb16c3173bf45 (patch)
tree5aeb91e6a56f8d87ee3d06aaf143eaef7eb14d94 /Docs.md
parentd0dc4deaad858babcb612b181986db254db64dfa (diff)
Use shell installer in docs (#1574)
Diffstat (limited to 'Docs.md')
-rw-r--r--Docs.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs.md b/Docs.md
index b029b5646..50887160d 100644
--- a/Docs.md
+++ b/Docs.md
@@ -16,10 +16,10 @@ has no external dependencies.
[deno_install](https://github.com/denoland/deno_install) provides convenience
scripts to download and install the binary.
-Using Python:
+Using Shell:
```
-curl -L https://deno.land/x/install/install.py | python
+curl -L https://deno.land/x/install/install.sh | sh
```
Or using PowerShell: