Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion runtime/getting_started/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified: 2026-05-14
last_modified: 2026-05-16
title: Installation
description: "A Guide to installing Deno on different operating systems. Includes instructions for Windows, macOS, and Linux using various package managers, manual installation methods, and Docker containers."
oldUrl:
Expand Down Expand Up @@ -152,6 +152,9 @@ npm install -g deno
> <small>The startup time of the Deno command gets affected if it's installed
> via npm. We recommend the shell install script for better performance.</small>

Deno does not publish an official apt repository. On Debian or Ubuntu, use the
shell installer above for the recommended installation path.

Using [Nix](https://nixos.org/download.html):

```shell
Expand Down
Loading