diff --git a/README.md b/README.md index af1ac3c..9a06bf6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ Various LaTeX classes. Note that some of this exists as independent LaTeX repostiories (e.g., ouexam, beamerthemes). You can find these repositories on [Github][]. +## Installation approach 1: Git + +`git clone` this repository into somewhere suitable in your local LaTeX tree. Then you can simply `git pull` to update to newer versions. This means you have a lot of irrelevant git-related files in your LaTeX tree, but it’s simple to manage. + +## Installation approach 2: Make + To install, ensure that `$TEXMFHOME` is set to your personal texmf tree (e.g., `~/.texmf`), then: ```