From c13eb3dfe09fa8cfcae15754f21614898be17441 Mon Sep 17 00:00:00 2001 From: msukkari Date: Mon, 30 Sep 2024 20:28:20 -0700 Subject: [PATCH] fix small typos in README and change linux ctags install instructions --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf5c0af1..382b300d 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Sourcebot supports indexing and searching through public and private repositorie
## Providing an access token -This will depend code hosting platform you're using: +This will depend on the code hosting platform you're using:
@@ -181,7 +181,7 @@ docker run -p 3000:3000 --rm --name sourcebot -e GITLAB_TOKEN=[your-gitlab-to brew install universal-ctags // Linux: - apt-get install universal-ctags + snap install universal-ctags ``` 3. Clone the repository with submodules: @@ -221,7 +221,10 @@ docker run -p 3000:3000 --rm --name sourcebot -e GITLAB_TOKEN=[your-gitlab-to
- GitLab + + 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: