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
7 changes: 6 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-17
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 @@ -202,6 +202,11 @@ Deno binaries can also be installed manually, by downloading a zip file at
These packages contain just a single executable file. You will have to set the
executable bit on macOS and Linux.

On Linux, move the extracted `deno` binary to a directory on your `PATH`, such
as `~/.local/bin` for your user account or `/usr/local/bin` for a system-wide
install. Alternatively, add the directory that contains the binary to your
`PATH`.

## Docker

For more information and instructions on the official Docker images:
Expand Down
Loading