1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-07 06:46:59 -05:00

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 Kitson Kelly
parent 46ff2def49
commit c7ee19fb63
No known key found for this signature in database
GPG key ID: 2D87CFF11B51960A

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