From 47ac654ea27e22d328921dd2283953dfd675b427 Mon Sep 17 00:00:00 2001 From: Attila Gulyas Date: Thu, 1 Apr 2021 00:51:23 -0700 Subject: docs: add the Nix pkg manager to Installation options (#9921) --- docs/getting_started/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/getting_started/installation.md') diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index f19a3102d..28f49150b 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -38,6 +38,12 @@ Using [Homebrew](https://formulae.brew.sh/formula/deno) (macOS): brew install deno ``` +Using [Nix](https://nixos.org/download.html) (macOS and Linux): + +```shell +nix-shell -p deno +``` + Build and install from source using [Cargo](https://crates.io/crates/deno): ```shell -- cgit v1.2.3