Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document
prefer_system_executable
for chrome-headless
The recommended setup instructions for chrome-headless, which tell the user to install the dependencies globally using `npm -g install`, only work if we set `prefer_system_executable: true` in the generator options. This should definitely be mentioned in the docs, as it currently requires digging through the code to find this line: https://github.com/gutschilla/elixir-pdf-generator/blob/master/lib/pdf_generator.ex#L181
- Loading branch information