Skip to content

Commit

Permalink
Update bunfig.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianzone authored Dec 28, 2024
1 parent 7b06872 commit 54374a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/runtime/bunfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ dryRun = false

To configure the directory where Bun puts globally installed packages.

Environment variable: `BUN_INSTALL_GLOBAL_DIR`

```toml
[install]
# where `bun install --global` installs packages
Expand All @@ -345,6 +347,8 @@ globalDir = "~/.bun/install/global"

To configure the directory where Bun installs globally installed binaries and CLIs.

Environment variable: `BUN_INSTALL_BIN`

```toml
# where globally-installed package bins are linked
globalBinDir = "~/.bun/bin"
Expand Down

0 comments on commit 54374a7

Please sign in to comment.