From 6e6cfe693d9f82c4e91a0ff0bd5d9270de3de1b1 Mon Sep 17 00:00:00 2001 From: Renaud Bernier Date: Thu, 29 Jan 2026 17:25:37 -0500 Subject: [PATCH] chore(docs): remove redundant touch command --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 167df4ef2..3588dfa3f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ curl -o docker-compose.yml https://raw.githubusercontent.com/sourcebot-dev/sourc 2. In the same directory as the `docker-compose.yml` file, create a [configuration file](https://docs.sourcebot.dev/docs/configuration/config-file). The configuration file is a JSON file that configures Sourcebot's behaviour, including what repositories to index, language model providers, auth providers, and more. ```sh -touch config.json echo '{ "$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/v3/index.json", // Comments are supported.