Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 259 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 259 Bytes

Heroku Buildpack for Ghostscript

Currently installs Ghostscript 9.21 on Heroku Cedar.

Install

$ cd /path/to/your-app
$ heroku buildpacks:add https://github.com/lawgical/heroku-buildpack-ghostscript

# Push changes to deploy
$ git push