Skip to content

docs: document default installation paths#3034

Open
bartlomieju wants to merge 1 commit into
mainfrom
docs/installation-paths
Open

docs: document default installation paths#3034
bartlomieju wants to merge 1 commit into
mainfrom
docs/installation-paths

Conversation

@bartlomieju
Copy link
Copy Markdown
Member

Summary

  • Adds an "Installation location" section to the installation page
  • Documents default binary paths for macOS/Linux and Windows
  • Mentions DENO_INSTALL customization and cache directory locations
  • Notes that package manager installs are managed by the package manager

Closes #2799

Test plan

  • Verify the table renders correctly on the installation page

🤖 Generated with Claude Code

Adds a section explaining where Deno is installed by default on each
platform, how to customize the install directory, and where the cache
is stored.

Closes #2799

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@lunadogbot lunadogbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The macOS cache path is wrong: the new section says "$HOME/.cache/deno on macOS/Linux", but on macOS DENO_DIR defaults to $HOME/Library/Caches/deno. deno info's own example output in runtime/reference/cli/info.md:125 shows "/Users/deno/Library/Caches/deno" — split macOS out from Linux in the table or paragraph.

  • nit: last_modified: 2026-03-05 not bumped — adding a new H2 section is substantive per the repo's style guide.
  • nit: #3114 and #3112 also edit this file (testing-your-installation section and DENO_INSTALL customisation, respectively). The DENO_INSTALL sentence here and #3112's section will overlap; worth coordinating merge order with @bartlomieju.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feedback: /runtime/getting_started/installation/ - Needs Improvement

2 participants