1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00

Add 'brew install deno' to homepage (#2412)

This commit is contained in:
Ryan Dahl 2019-05-27 14:20:32 -04:00 committed by GitHub
parent 824542e61e
commit 3c355c2b32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>