Skip to content
Open
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions runtime/getting_started/installation.md
Original file line number Diff line number Diff line change
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