diff options
Diffstat (limited to 'docs/guides/install')
-rw-r--r-- | docs/guides/install/azure-artifacts.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/guides/install/azure-artifacts.md b/docs/guides/install/azure-artifacts.md index 1e12b9486..716d8dd3a 100644 --- a/docs/guides/install/azure-artifacts.md +++ b/docs/guides/install/azure-artifacts.md @@ -12,6 +12,7 @@ To use it with `bun install`, add a `bunfig.toml` file to your project with the [install.registry] url = "https://pkgs.dev.azure.com/my-azure-artifacts-user/_packaging/my-azure-artifacts-user/npm/registry" username = "my-azure-artifacts-user" +# Bun v1.0.3+ supports using an environment variable here password = "$NPM_PASSWORD" ``` |