Skip to content

Commit

Permalink
Update cache.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianzone authored Dec 28, 2024
1 parent 7b06872 commit e77af2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/cache.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
All packages downloaded from the registry are stored in a global cache at `~/.bun/install/cache`. They are stored in subdirectories named like `${name}@${version}`, so multiple versions of a package can be cached.
All packages downloaded from the registry are stored in a global cache at `~/.bun/install/cache`, or the path defined by the environment variable `BUN_INSTALL_CACHE_DIR`. They are stored in subdirectories named like `${name}@${version}`, so multiple versions of a package can be cached.

{% details summary="Configuring cache behavior (bunfig.toml)" %}

Expand Down

0 comments on commit e77af2e

Please sign in to comment.