diff options
-rw-r--r-- | website/index.html | 8 |
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> |