diff options
Diffstat (limited to 'Docs.md')
-rw-r--r-- | Docs.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |