From a1de28dbef5718ddf03ebce5c3c29f31a8631992 Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Tue, 19 Feb 2019 00:19:43 +0100 Subject: Update installation documentation (Fixes #1786) (#1802) --- website/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'website/index.html') diff --git a/website/index.html b/website/index.html index f05f2e575..349ca36e9 100644 --- a/website/index.html +++ b/website/index.html @@ -89,12 +89,13 @@

Install #

-

Mac or Linux

-
curl -fL Using Shell:

+
curl -fsSL https://deno.land/x/install/install.sh | sh
-

Windows (PowerShell)

-
iex (iwr https://deno.land/x/install/install.ps1)
+

Or using PowerShell:

+
iwr https://deno.land/x/install/install.ps1 | iex
+

See deno_install for more installation options.

Example #

-- cgit v1.2.3