Wed, 19 Feb 2025 18:53:18 +0100
improve headings in separate repository view
fixes #600
32 | 1 | After cloning the repository, execute |
2 | ||
3 | ./configure --release | |
4 | ||
5 | to create a build configuration. Then execute | |
6 | ||
7 | make | |
8 | ||
9 | to build the software. | |
10 | ||
11 | You will find the repoheat binary in the build directory. | |
12 | ||
13 | Execute ./repoheat -h to show the usage information. |