docs: document default installation paths#3034
Open
bartlomieju wants to merge 1 commit into
Open
Conversation
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>
lunadogbot
requested changes
May 14, 2026
Contributor
lunadogbot
left a comment
There was a problem hiding this comment.
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-05not 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_INSTALLcustomisation, respectively). TheDENO_INSTALLsentence here and #3112's section will overlap; worth coordinating merge order with @bartlomieju.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
DENO_INSTALLcustomization and cache directory locationsCloses #2799
Test plan
🤖 Generated with Claude Code