Skip to content

Commit

Permalink
manual: add dependencies to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Nov 28, 2023
1 parent 1f73143 commit a3e8d47
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Manual

## Dependencies

### Ubuntu/Debian

```sh
sudo apt install texlive-latex-base texlive-fonts-recommended texlive-formats-extra pandoc librsvg2-bin
```

## Building

To build the manual as a PDF, run the following command:
```sh
pandoc MANUAL.md -o MANUAL.pdf
```

TODO: add depdency installation instructions

0 comments on commit a3e8d47

Please sign in to comment.