mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
Fix links (#2614)
This commit is contained in:
parent
32cde32e54
commit
33cb79d24c
1 changed files with 2 additions and 2 deletions
|
@ -96,10 +96,10 @@
|
|||
|
||||
<p>Using Shell:</p>
|
||||
<pre>curl -fsSL <a
|
||||
href="https://github.com/denoland/deno_install/blob/master/install.sh">https://deno.land/x/install/install.sh</a> | sh</pre>
|
||||
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://github.com/denoland/deno_install/blob/master/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> | 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):
|
||||
|
|
Loading…
Reference in a new issue