diff options
author | 2023-10-10 18:50:46 -0700 | |
---|---|---|
committer | 2023-10-10 18:50:46 -0700 | |
commit | e9470121d2f2feeeebb449639319ea799e483075 (patch) | |
tree | d7f3c541cc8eeec6f16d167204b3e36274708f1b /docs/cli/install.md | |
parent | ee2e34866e3bc0d12ba5cb1d5041524776472d71 (diff) | |
download | bun-e9470121d2f2feeeebb449639319ea799e483075.tar.gz bun-e9470121d2f2feeeebb449639319ea799e483075.tar.zst bun-e9470121d2f2feeeebb449639319ea799e483075.zip |
more docsdylan/github-api-option
Diffstat (limited to 'docs/cli/install.md')
-rw-r--r-- | docs/cli/install.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cli/install.md b/docs/cli/install.md index 9aafae301..dd6f68cca 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -89,6 +89,9 @@ frozenLockfile = false # equivalent to `--dry-run` flag dryRun = false + +# whether to use the github REST api (unauthenticated) +github.api = true ``` {% /details %} |