diff --git a/docs/guides/install/azure-artifacts.md b/docs/guides/install/azure-artifacts.md index 1e12b94861..716d8dd3a0 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" ```