docs: add the Nix pkg manager to Installation options (#9921)

This commit is contained in:
Attila Gulyas 2021-04-01 00:51:23 -07:00 committed by GitHub
parent 9e937122c2
commit 47ac654ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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