Fix typesetting of titles in CONTRIBUTING.md
This commit is contained in:
parent
05792ee99d
commit
d0ead42daa
1 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ You need the most recent version of the Zen libries to be able to compile. If
|
||||||
you still get build errors, the Zen libraries in the repositories might be out
|
you still get build errors, the Zen libraries in the repositories might be out
|
||||||
of date. Do not hesitate to file an issue!
|
of date. Do not hesitate to file an issue!
|
||||||
|
|
||||||
2. Configure the build using CMake
|
### 2. Configure the build using CMake
|
||||||
|
|
||||||
This is how a potential invocation to CMake could look like:
|
This is how a potential invocation to CMake could look like:
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ cmake \
|
||||||
-DLLVM_OPTIMIZED_TABLEGEN=ON
|
-DLLVM_OPTIMIZED_TABLEGEN=ON
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Build the compiler
|
### 3. Build the compiler
|
||||||
|
|
||||||
Issue the following command while being in the root folder of the project:
|
Issue the following command while being in the root folder of the project:
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ Issue the following command while being in the root folder of the project:
|
||||||
ninja -C build bolt
|
ninja -C build bolt
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Run the compiler
|
### 4. Run the compiler
|
||||||
|
|
||||||
The compiler is not available in `build/bolt`. You can run it like so:
|
The compiler is not available in `build/bolt`. You can run it like so:
|
||||||
|
|
||||||
|
@ -53,4 +53,4 @@ The compiler is not available in `build/bolt`. You can run it like so:
|
||||||
./build/bolt test.bolt
|
./build/bolt test.bolt
|
||||||
```
|
```
|
||||||
|
|
||||||
That's it! You've succesfully compiled some sources with Bolt!
|
That's it! You've succesfully compiled some sources with Bolt!
|
||||||
|
|
Loading…
Reference in a new issue