Skip to content

Commit

Permalink
Adjust powershell installer commands (denoland#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTiedemann authored and ry committed Jul 9, 2019
1 parent 52c0764 commit 953a5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/index.html
Expand Up @@ -99,7 +99,7 @@ <h2 id="install">Install <a href="#install">#</a></h2>
href="https://deno.land/x/install/install.sh">https://deno.land/x/install/install.sh</a> | sh</pre>
<p>Or using PowerShell:</p>
<pre>iwr <a
href="https://deno.land/x/install/install.ps1">https://deno.land/x/install/install.ps1</a> | iex</pre>
href="https://deno.land/x/install/install.ps1">https://deno.land/x/install/install.ps1</a> -useb | iex</pre>
<p>Using <a href="https://brew.sh/">Homebrew</a> (mac):</p>
<pre>brew install deno</pre>
<p>Using <a href="https://scoop.sh/">Scoop</a> (windows):
Expand Down
2 changes: 1 addition & 1 deletion website/manual.md
Expand Up @@ -101,7 +101,7 @@ curl -fsSL https://deno.land/x/install/install.sh | sh
Using PowerShell:

```powershell
iwr https://deno.land/x/install/install.ps1 | iex
iwr https://deno.land/x/install/install.ps1 -useb | iex
```

Using [Scoop](https://scoop.sh/) (windows):
Expand Down

0 comments on commit 953a5a3

Please sign in to comment.