From 80688721c5454c3468c942f4e106610faae1848a Mon Sep 17 00:00:00 2001 From: fibibot Date: Sat, 16 May 2026 19:20:53 +0000 Subject: [PATCH 1/2] docs: mention apt repository status --- runtime/getting_started/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/getting_started/installation.md b/runtime/getting_started/installation.md index 4ab82ad2f..8e28b0ad6 100644 --- a/runtime/getting_started/installation.md +++ b/runtime/getting_started/installation.md @@ -152,6 +152,9 @@ npm install -g deno > The startup time of the Deno command gets affected if it's installed > via npm. We recommend the shell install script for better performance. +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 From 4b27a084523e1cd98542f8f878fb033bb2436867 Mon Sep 17 00:00:00 2001 From: fibibot Date: Sat, 16 May 2026 19:49:02 +0000 Subject: [PATCH 2/2] docs: bump installation page modified date --- runtime/getting_started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/getting_started/installation.md b/runtime/getting_started/installation.md index 8e28b0ad6..7c848468f 100644 --- a/runtime/getting_started/installation.md +++ b/runtime/getting_started/installation.md @@ -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: