Skip to content

Commit

Permalink
fix(README): fix markdown headers hierarchy.
Browse files Browse the repository at this point in the history
  • Loading branch information
niccolozanotti authored Oct 16, 2024
1 parent 84c0beb commit 8570603
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pdfTeX 3.x.x
```
If you get an error or LaTeX is not installed, check the [instructions below](#installing-latex).

# Build the files
## Build the files
One way to quickly compile the `.tex` files into the relative `.pdf` is by running
```shell
mkdir build
Expand All @@ -40,6 +40,8 @@ make target-name
```
The `target-name.pdf` file will then be located in the `build/` directory.

## Installation instructions

### Installing LaTeX

#### macOS (via [Homebrew](https://brew.sh))
Expand Down

0 comments on commit 8570603

Please sign in to comment.