Skip to content

Commit aa7bb79

Browse files
authored
Update README.
1 parent e08e0ba commit aa7bb79

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ When adding new TeX files, include them in `Thesis-Template.tex` using `\input{p
7575

7676
For the local setup, Linux (Debian/Ubuntu) is recommended. You can install all necessary packages with:
7777

78-
`sudo apt-get install -y make texlive texlive-latex-extra texlive-extra-utils texlive-science biber chktex`
78+
```
79+
sudo apt-get install -y make texlive texlive-latex-extra texlive-extra-utils texlive-science biber chktex
80+
```
7981

8082
This command installs:
8183

@@ -91,7 +93,9 @@ Visual Studio Code (VS Code) is recommended as the editor, as all necessary exte
9193

9294
To build the final PDF, simply run:
9395

94-
`make`
96+
```
97+
make
98+
```
9599

96100
This will execute the following sequence:
97101

0 commit comments

Comments
 (0)