Skip to content

Commit

Permalink
Added See Also section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
danburzo committed Oct 10, 2018
1 parent 07506e4 commit 858b264
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,11 @@ cat urls.txt | xargs percollate pdf --output some.pdf
## Troubleshooting

On some Linux machines you'll need to [install a few more Chrome dependencies](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#chrome-headless-doesnt-launch) before `percollate` works correctly. (_Thanks to @ptica for [sorting it out](https://github.com/danburzo/percollate/issues/19#issuecomment-428496041)_)

## See also

Here are some other projects to check out if you're interested in building books using the browser:

- [weasyprint](https://github.com/Kozea/WeasyPrint)
- [bindery.js](https://github.com/evnbr/bindery)
- [HummusJS](https://github.com/galkahana/HummusJS)

0 comments on commit 858b264

Please sign in to comment.