Skip to content

Commit

Permalink
update README to use Make commands
Browse files Browse the repository at this point in the history
and to include details on PDF and printable versions
  • Loading branch information
henryaddison committed Sep 17, 2018
1 parent c7dbd1c commit bab6fc9
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ These are the slides for a short presentation introducing retrospectives that I
* [cleaver](https://github.com/jdan/cleaver)

## Usage

Releases will include built versions of the slides.

The instructions to build your own follow.

### Slides for browser user
```bash
make slides.html
open slides.html
```

### Printer friendly version of slides
```bash
make printable-slides.html
open printable-slides.html
```
The releases also contain a PDF version of these printer-friendly slides.

### Speaker notes as PDF
```bash
cleaver slides.md
make speaker-notes.pdf
open speaker-notes.pdf
```

0 comments on commit bab6fc9

Please sign in to comment.