diff options
-rw-r--r-- | docs/guides/install/azure-artifacts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/install/azure-artifacts.md b/docs/guides/install/azure-artifacts.md index 8094d6f4f..5f52b942c 100644 --- a/docs/guides/install/azure-artifacts.md +++ b/docs/guides/install/azure-artifacts.md @@ -38,7 +38,7 @@ Make sure to: - Replace `my-azure-artifacts-user` with your Azure Artifacts username, such as `jarred1234` - Replace `my-azure-artifacts-password` with the non-base64 encoded password for your Azure Artifacts npm registry -### Don't base64 encode the password +**Don't base64 encode the password** In [Azure Artifact's](https://learn.microsoft.com/en-us/azure/devops/artifacts/npm/npmrc?view=azure-devops&tabs=windows%2Cclassic) instructions for `.npmrc`, they say to base64 encode the password. Do not do this for `bun install`. Bun will automatically base64 encode the password for you if needed. |