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: