Skip to content

Commit

Permalink
Add install instructions for Ubuntu to simplify build
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimaruseac committed Dec 20, 2021
1 parent 3f2fefe commit 2d72674
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ the team.

### Slides

The slides use LaTeX. You'll need `xelatex` installed to build them. Simply
run `make` to create the PDFs. You must also have the [Yanone
The slides use LaTeX. Simply run `make` to create the PDFs, assuming you have
all the required dependencies.

You need `xelatex` and the [Yanone
Kaffeesatz](https://yanone.de/fonts/kaffeesatz/) fonts installed on your
machine.

On an Ubuntu system, you can get all of these by running

```
sudo apt-get install texlive-xetex texlive-fonts-extra fonts-yanone-kaffeesatz
```

### Exercises

The codelabs only require ghc to be installed and in the path. Please read
Expand Down

0 comments on commit 2d72674

Please sign in to comment.