Skip to content

Commit

Permalink
Update telemetry.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott authored Aug 28, 2023
1 parent b816362 commit 8a879a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/pages/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ The Astro CLI does not track, collect, or store personally identifiable informat

## How do I opt out?

You can always opt-out by running `astro telemetry disable` in the root of any Astro project directory:
You can always opt-out by running `astro telemetry disable` in the root of any Astro project directory. This will disable telemetry across your entire machine, not just the project directory that you run it in:

```bash
npx astro telemetry disable
```

You can re-enable telemetry at any time by running `astro telemetry enable` in the root of any Astro project directory:
You can re-enable telemetry at any time by running `astro telemetry enable` in the root of any Astro project directory. This will enable telemetry across your entire machine, not just the project that you run it in:

```bash
npx astro telemetry enable
Expand Down

0 comments on commit 8a879a8

Please sign in to comment.