Skip to content

Commit 5eb0594

Browse files
committed
add .github-token to gitignore and add additional info in build instructions
1 parent 30fd5ac commit 5eb0594

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ next-env.d.ts
4141

4242
.sourcebot
4343
/bin
44-
/config.json
44+
/config.json
45+
46+
.github-token

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ Sourcebot also supports indexing GitLab & BitBucket. Checkout the [index.json](.
128128

129129
## Building Sourcebot
130130

131-
0. Install <a href="https://go.dev/"><img src="https://go.dev/favicon.ico" width="16" height="16"> go</a> and <a href="https://nodejs.org/"><img src="https://nodejs.org/favicon.ico" width="16" height="16"> NodeJS</a>
131+
1. Install <a href="https://go.dev/doc/install"><img src="https://go.dev/favicon.ico" width="16" height="16"> go</a> and <a href="https://nodejs.org/"><img src="https://nodejs.org/favicon.ico" width="16" height="16"> NodeJS</a>. Note that a NodeJS version of at least `21.1.0` is required.
132132

133-
1. Clone the repository with submodules:
133+
2. Clone the repository with submodules:
134134
```sh
135135
git clone --recurse-submodules https://github.com/TaqlaAI/sourcebot.git
136136
```
137137

138-
2. Run make to build zoekt and install dependencies:
138+
3. Run make to build zoekt and install dependencies:
139139
```sh
140140
cd sourcebot
141141
make

0 commit comments

Comments
 (0)