summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-05-27 14:20:32 -0400
committerGitHub <noreply@github.com>2019-05-27 14:20:32 -0400
commit3c355c2b3296cb930c37de44634b479cd7230ed6 (patch)
treea1bf145c1babee662e18ac00661b30b0df127663
parent824542e61e1dbef09ca9388deca0c595a3e3e1df (diff)
Add 'brew install deno' to homepage (#2412)
-rw-r--r--website/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/website/index.html b/website/index.html
index 9f5db345d..01bc81e8e 100644
--- a/website/index.html
+++ b/website/index.html
@@ -99,6 +99,10 @@ href="https://github.com/denoland/deno_install/blob/master/install.sh">https://d
<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>
+ <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):
+ <pre>scoop install deno</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>
@@ -127,6 +131,10 @@ main();</code></pre>
<p><a href="https://deno.land/typedoc/">API Reference</a></p>
+ <p>
+ <a href="https://github.com/denoland/deno_std">Standard Modules</a>
+ </p>
+
<p><a href="style_guide.html">Style Guide</a></p>
<p><a href="https://deno.land/x/">Module repository</a></p>