Skip to content
Snippets Groups Projects
Unverified Commit 0326a41c authored by Max Ghenis's avatar Max Ghenis Committed by GitHub
Browse files

typo fix (#731)

parent 9a88e162
No related branches found
No related tags found
No related merge requests found
......@@ -75,18 +75,18 @@ operating system and setup. This section tries to recommend a few best-practices
### Installation
For `Debian` based `Linux` platforms it is recommended to install the following packages.
For `Debian` based `Linux` platforms it is recommended to install the following packages:
```bash
sudo apt-get install texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra latexmk
```
alternativey you can install [texlive](https://www.tug.org/texlive/quickinstall.html)
alternatively you can install [texlive](https://www.tug.org/texlive/quickinstall.html)
For `OSX` you may want to use [mactex](http://www.tug.org/mactex/) which is a more
user friendly approach, alternatively you may use [texlive](https://www.tug.org/texlive/quickinstall.html)
user friendly approach, alternatively you may use [texlive](https://www.tug.org/texlive/quickinstall.html).
For `Windows` please install [texlive](https://www.tug.org/texlive/windows.html)
For `Windows` please install [texlive](https://www.tug.org/texlive/windows.html).
### Build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment