From d0a3b6b5fdaeee5c83dbc19c3d44db2d81bb6745 Mon Sep 17 00:00:00 2001 From: msukkari Date: Mon, 30 Sep 2024 22:46:16 -0700 Subject: [PATCH] add discord link and index time warning to README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b5d3cca..45b54a17 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@ Blazingly fast code search 🏎️

- +

+

+ +

+

# About @@ -103,6 +107,9 @@ Sourcebot supports indexing and searching through public and private repositorie You should see a `.sourcebot` folder in your current directory. This folder stores a cache of the repositories zoekt has indexed. The `HEAD` commit of a repository is re-indexed [every hour](https://github.com/sourcebot-dev/zoekt/blob/11b7713f1fb511073c502c41cea413d616f7761f/cmd/zoekt-indexserver/main.go#L86). Indexing private repos? See [Providing an access token](#providing-an-access-token). + >[!WARNING] + > Depending on the size of your repo(s), SourceBot could take a couple of minutes to finish indexing. SourceBot doesn't currently support displaying indexing progress in real-time, so please be patient while it finishes. You can track the progress manually by investigating the `.sourcebot` cache in your workspace. +
Using GitLab? @@ -224,7 +231,6 @@ docker run -p 3000:3000 --rm --name sourcebot -e GITLAB_TOKEN=[your-gitlab-to GitLab - First, generate a personal access token (PAT). See [Providing an access token](#providing-an-access-token). Next, Create a text file named `.gitlab-token` **in your home directory** and paste the token in it. The file should look like: