From 9eab6605125defad47620e3336ae5af9942b2c71 Mon Sep 17 00:00:00 2001 From: bkellam Date: Mon, 30 Sep 2024 21:19:36 -0700 Subject: [PATCH] small nit on using .env.local file for disabling telemetry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 382b300d..7b5d3cca 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ If you'd like to disable all telemetry, you can do so by setting the environment docker run -e SOURCEBOT_TELEMETRY_DISABLED=1 /* additional args */ ghcr.io/sourcebot-dev/sourcebot:main -Or if you are [building locally](#build-from-source), add the following to your [.env](./.env) file: +Or if you are [building locally](#build-from-source), create a `.env.local` file at the repository root with the following contents: ```sh SOURCEBOT_TELEMETRY_DISABLED=1 NEXT_PUBLIC_SOURCEBOT_TELEMETRY_DISABLED=1