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
Copy file name to clipboardExpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,11 @@ Check the [Release](https://github.com/src-d/gitbase/releases) page to download
72
72
73
73
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`.
74
74
75
+
_Note_: we use `go get -d` so the code is not compiled yet, as it would
76
+
fail before `make dependencies` is executed successfully.
0 commit comments