diff options
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html index c0151dd44..edb0152ad 100644 --- a/website/index.html +++ b/website/index.html @@ -100,10 +100,12 @@ href="https://deno.land/x/install/install.sh">https://deno.land/x/install/instal <p>Or using PowerShell:</p> <pre>iwr <a 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> + <p>Using <a href="https://formulae.brew.sh/formula/deno">Homebrew</a> (mac):</p> <pre>brew install deno</pre> <p>Using <a href="https://scoop.sh/">Scoop</a> (windows): <pre>scoop install deno</pre> + <p>Using <a href="https://crates.io/crates/deno_cli">Cargo</a>: + <pre>cargo install deno_cli</pre> <p>See <a href="https://github.com/denoland/deno_install">deno_install</a> for more installation options.</p> <h2 id="example">Example <a href="#example">#</a></h2> |