You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** remember to replace `/my/git/repos` with the local path where your repositories are stored in your computer.
32
+
31
33
### Download and use the binary
32
34
33
35
Check the [Releases](https://github.com/src-d/gitbase/releases) page to download the gitbase binary.
34
36
35
37
For more info about command line arguments, [go here](/docs/using-gitbase/configuration.md#command-line-arguments).
36
38
37
-
You can start a server by providing a path which contains multiple git repositories `/path/to/repositories`with this command:
39
+
You can start a server by providing a path which contains multiple git repositories with this command:
38
40
39
41
```
40
-
$ gitbase server -v -d /path/to/repositories
42
+
gitbase server -v -d /path/to/repositories
41
43
```
42
44
45
+
**Note:** remember to replace `/path/to/repositories` with the local path where your repositories are stored in your computer.
46
+
43
47
### Installing from source
44
48
45
49
On Linux and macOS:
@@ -53,9 +57,9 @@ On Windows:
53
57
Because gitbase uses [bblfsh's client-go](https://github.com/bblfsh/client-go), which uses cgo, you need to install some dependencies by hand instead of just using `go get`. Use this instead:
0 commit comments