summaryrefslogtreecommitdiff
path: root/docs/getting_started/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started/installation.md')
-rw-r--r--docs/getting_started/installation.md6
1 files changed, 6 insertions, 0 deletions
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