File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ to join the conversation (this will also add an invitation to your
2828Google calendar for our [ Flux
2929meeting] ( https://docs.google.com/document/d/1l_M0om0qUEN_NNiGgpqJ2tvsF2iioHkaARDeh6b70B0/edit# ) ).
3030
31- ### Installing required dependencies
31+ ## Installing required dependencies
3232
3333The dependency [ libgit2] ( https://libgit2.org/ ) needs to be installed to be able
3434to run source-controller or its test-suite locally (not in a container).
@@ -43,15 +43,15 @@ Triggering a manual build of the dependency is possible as well by running
4343match but are not linked in a compatible way, append ` LIBGIT2_FORCE=1 ` to the
4444` make ` command.
4545
46- #### macOS
46+ ### macOS
4747
4848``` console
4949$ # Ensure libgit2 dependencies are available
5050$
brew install cmake [email protected] libssh2 pkg-config 5151$ LIBGIT2_FORCE=1 make libgit2
5252```
5353
54- #### Linux
54+ ### Linux
5555
5656``` console
5757$ # Ensure libgit2 dependencies are available
@@ -62,7 +62,7 @@ $ LIBGIT2_FORCE=1 make libgit2
6262** Note:** Example shown is for Arch Linux, but likewise procedure can be
6363followed using any other package manager, e.g. ` apt ` .
6464
65- ### How to run the test suite
65+ ## How to run the test suite
6666
6767You can run the unit tests by simply doing
6868
You can’t perform that action at this time.
0 commit comments