diff --git a/docs/install/registries.md b/docs/install/registries.md index 86657ca26a9e49..7cc5ee53985128 100644 --- a/docs/install/registries.md +++ b/docs/install/registries.md @@ -27,4 +27,4 @@ To configure a private registry scoped to a particular organization: ### `.npmrc` -Bun does not currently read `.npmrc` files. For private registries, migrate your registry configuration to `bunfig.toml` as documented above. +Bun also reads `.npmrc` files, [learn more](/docs/install/npmrc).