aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-09-18 23:52:42 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-09-18 23:52:42 -0700
commit346f8e9c944920d910535ad98c10ed6381621cc7 (patch)
treea6a198aea7a95bfe74b91481a21279dc25f14af7
parentb34da183bdb5b1bfbd9bc68bfeebc7aa9d2f9a8e (diff)
downloadbun-346f8e9c944920d910535ad98c10ed6381621cc7.tar.gz
bun-346f8e9c944920d910535ad98c10ed6381621cc7.tar.zst
bun-346f8e9c944920d910535ad98c10ed6381621cc7.zip
Update azure-artifacts.md
-rw-r--r--docs/guides/install/azure-artifacts.md2
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.