Skip to content

Commit 79c19ad

Browse files
authored
Merge pull request #453 from dholbach/fix-contributing-sections
2 parents c574637 + a7a1d06 commit 79c19ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ to join the conversation (this will also add an invitation to your
2828
Google calendar for our [Flux
2929
meeting](https://docs.google.com/document/d/1l_M0om0qUEN_NNiGgpqJ2tvsF2iioHkaARDeh6b70B0/edit#)).
3030

31-
### Installing required dependencies
31+
## Installing required dependencies
3232

3333
The dependency [libgit2](https://libgit2.org/) needs to be installed to be able
3434
to 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
4343
match 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
6363
followed using any other package manager, e.g. `apt`.
6464

65-
### How to run the test suite
65+
## How to run the test suite
6666

6767
You can run the unit tests by simply doing
6868

0 commit comments

Comments
 (0)