From 3c355c2b3296cb930c37de44634b479cd7230ed6 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 27 May 2019 14:20:32 -0400 Subject: Add 'brew install deno' to homepage (#2412) --- website/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'website/index.html') 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

Or using PowerShell:

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

Using Homebrew (mac):

+
brew install deno
+

Using Scoop (windows): +

scoop install deno

See deno_install for more installation options.

Example #

@@ -127,6 +131,10 @@ main();

API Reference

+

+ Standard Modules +

+

Style Guide

Module repository

-- cgit v1.2.3