Skip to content

Commit

Permalink
Merge pull request #1572 from Homebrew/env_var
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Jan 23, 2025
2 parents 64b37e1 + d12cc09 commit 8b7112e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ whalebrew "whalebrew/wget"

# 'vscode --install-extension'
vscode "GitHub.codespaces"

# Set an environment variable to be used e.g. inside `brew bundle exec`
# Mostly only `HOMEBREW_*` variables are passed through to other `brew` commands.
ENV["SOME_ENV_VAR"] = "some_value"
```

## Versions and lockfiles
Expand Down

0 comments on commit 8b7112e

Please sign in to comment.