mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
docs: fix environment variable syntax in executable example (#24706)
### What does this PR do? Fixes a typo in the docs. `bun_BE_BUN=1` doesn't work, it has to be capitalized `BUN_BE_BUN=1`
This commit is contained in:
@@ -216,7 +216,7 @@ However, with the `BUN_BE_BUN=1` environment variable, it acts just like the `bu
|
||||
|
||||
```bash icon="terminal" terminal
|
||||
# With the env var, the executable acts like the `bun` CLI
|
||||
bun_BE_BUN=1 ./such-bun install
|
||||
BUN_BE_BUN=1 ./such-bun install
|
||||
```
|
||||
|
||||
```txt
|
||||
|
||||
Reference in New Issue
Block a user