mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
fix small typos in README and change linux ctags install instructions
This commit is contained in:
parent
0240051a96
commit
c13eb3dfe0
1 changed files with 6 additions and 3 deletions
|
|
@ -126,7 +126,7 @@ Sourcebot supports indexing and searching through public and private repositorie
|
|||
</br>
|
||||
|
||||
## Providing an access token
|
||||
This will depend code hosting platform you're using:
|
||||
This will depend on the code hosting platform you're using:
|
||||
|
||||
<div>
|
||||
<details>
|
||||
|
|
@ -181,7 +181,7 @@ docker run -p 3000:3000 --rm --name sourcebot -e <b>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 <b>GITLAB_TOKEN=[your-gitlab-to
|
|||
</details>
|
||||
|
||||
<details>
|
||||
<summary><img src="https://gitlab.com/favicon.ico" width="16" height="16" /> GitLab</summary>
|
||||
<summary>
|
||||
<img src="https://gitlab.com/favicon.ico" width="16" height="16" /> GitLab
|
||||
</summary>
|
||||
|
||||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue