From a40729c91905b198cb78cbe16dcbedb2e1091ca7 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Sat, 5 Dec 2015 13:59:15 +0100 Subject: [PATCH] Clarify that the installation method is for source --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ad8eba..e10d5ae 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,18 @@ Not convinced? Have a look at the [demo slides](demo/demo.pdf). ## Installation -Installing Metropolis, like any Beamer theme, involves four easy steps: +Installing Metropolis from source, like any Beamer theme, involves four easy +steps: 1. **Download the source** with a `git clone` of the [Metropolis repository](https://github.com/matze/mtheme) or as a [zip archive](https://github.com/matze/mtheme/archive/master.zip) of the latest development version. 2. **Compile the style files** by running `make sty` inside the downloaded directory. (Or run LaTeX directly on `source/metropolistheme.ins`.) -3. **Move the resulting `*.sty` files** to the folder containing your presentation. To use Metropolis with many presentations, run `make install` or move the `*.sty` files to a folder in your TeX path instead (might require `sudo` rights). +3. **Move the resulting `*.sty` files** to the folder containing your + presentation. To use Metropolis with many presentations, run `make install` + or move the `*.sty` files to a folder in your TeX path instead (might require + `sudo` rights). 4. **Use the theme for your presentation** by declaring `\usetheme{metropolis}` in the preamble of your Beamer document.