summaryrefslogtreecommitdiff
path: root/Docs.md
diff options
context:
space:
mode:
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: