diff options
author | 2023-09-18 23:46:42 -0700 | |
---|---|---|
committer | 2023-09-18 23:46:42 -0700 | |
commit | 63afadcb91d9c8b623da2761f7c7628634baab22 (patch) | |
tree | 4aeedd726fb60426bd1dec2f0c479a900ecfee21 /docs/guides/install | |
parent | 8b690aaf0d0ae406883e1db82ea882b1fb238285 (diff) | |
download | bun-63afadcb91d9c8b623da2761f7c7628634baab22.tar.gz bun-63afadcb91d9c8b623da2761f7c7628634baab22.tar.zst bun-63afadcb91d9c8b623da2761f7c7628634baab22.zip |
Update azure-artifacts.md
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" ``` |