From f6a9d7d7172df6422f895dcfe6f4267ad1b472da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 3 May 2019 23:15:16 +0200 Subject: add "deno run" subcommand (#2215) --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/index.html') diff --git a/website/index.html b/website/index.html index f1cbde49f..4af6d67a4 100644 --- a/website/index.html +++ b/website/index.html @@ -104,7 +104,7 @@ href="https://github.com/denoland/deno_install/blob/master/install.ps1">https://

Example #

Try running a simple program:

-
deno https://deno.land/welcome.ts
+
deno run https://deno.land/welcome.ts

Or a more complex one:

-- cgit v1.2.3