Update telemetry disable instructions to use BTS_TELEMETRY_DISABLED

This commit is contained in:
Aman Varshney
2025-07-13 20:51:08 +05:30
parent ebe46b9c04
commit 4ece24b993
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Update telemetry disable instructions to use BTS_TELEMETRY_DISABLED

View File

@@ -82,10 +82,10 @@ You can disable telemetry by setting the `BTS_TELEMETRY` environment variable:
```bash
# Disable telemetry for a single run
BTS_TELEMETRY=0 npx create-better-t-stack my-app
BTS_TELEMETRY_DISABLED=1 npx create-better-t-stack my-app
# Disable telemetry globally in your shell profile (.bashrc, .zshrc, etc.)
export BTS_TELEMETRY=0
export BTS_TELEMETRY_DISABLED=1
```
### Development