summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 3afffc015..0ec393f4d 100644
--- a/README.md
+++ b/README.md
@@ -55,13 +55,13 @@
With Python:
```
-curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python
+curl -L https://deno.land/x/install/install.py | python
```
With PowerShell:
```powershell
-iex (iwr https://raw.githubusercontent.com/denoland/deno_install/master/install.ps1)
+iex (iwr https://deno.land/x/install/install.ps1)
```
_Note: Depending on your security settings, you may have to run