Skip to content

Commit 4ece24b

Browse files
Update telemetry disable instructions to use BTS_TELEMETRY_DISABLED
1 parent ebe46b9 commit 4ece24b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/early-clowns-occur.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-better-t-stack": patch
3+
---
4+
5+
Update telemetry disable instructions to use BTS_TELEMETRY_DISABLED

apps/cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ You can disable telemetry by setting the `BTS_TELEMETRY` environment variable:
8282

8383
```bash
8484
# Disable telemetry for a single run
85-
BTS_TELEMETRY=0 npx create-better-t-stack my-app
85+
BTS_TELEMETRY_DISABLED=1 npx create-better-t-stack my-app
8686

8787
# Disable telemetry globally in your shell profile (.bashrc, .zshrc, etc.)
88-
export BTS_TELEMETRY=0
88+
export BTS_TELEMETRY_DISABLED=1
8989
```
9090

9191
### Development

0 commit comments

Comments
 (0)