Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Command line tools to convert Keynote slides to SVG. You can think of it as a "p
You will need Apple Keynote, Ghostscript, pdfseparate, Poppler, coreutils, and Inkscape to run this script. Inkscape requires XQuartz.

```bash
$ brew cask install xquartz
$ brew install caskroom/cask/inkscape
$ brew install --cask xquartz
$ brew install homebrew/cask/inkscape
$ brew install ghostscript poppler coreutils
```

Expand Down