0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

Add PowerShell install guide to the website (#1590)

This commit is contained in:
Dmitry Sharshakov 2019-01-26 18:26:54 +03:00 committed by Ryan Dahl
parent ec4858bcbd
commit 50613c2df5

View file

@ -47,11 +47,15 @@
<h2>Getting started</h2>
<p>Install Deno into ~/.deno/bin
<h2>With Shell</h2>
<pre>
curl -L https://deno.land/x/install/install.sh | sh
export PATH=$HOME/.deno/bin:$PATH
</pre>
<h2>With PowerShell</h2>
<pre>
iex (iwr https://deno.land/x/install/install.ps1)
</pre>
Try a Deno program. Install by bash alias.
This one serves a local directory in HTTP.