From d2aee48b1042ae57c12501af5e172862949d8eb3 Mon Sep 17 00:00:00 2001 From: "Luis C." Date: Fri, 28 Aug 2026 14:30:31 +0200 Subject: [PATCH] docs: add telemetry opt-out to installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8dbaee215..518f3aa99 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ brew install clerk/stable/clerk npm install -g clerk ``` +After installing the Clerk CLI, you can disable telemetry: + +```sh +clerk telemetry disable +``` + ## Usage ```