diff --git a/README.md b/README.md index 2c20cda..62e6e5d 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,22 @@ It would convert the pdf and output the image(s) in the same directory where the ##Credits -Forked from WifiExtender's pdf2img, so Thanks to him :) +Forked from WifiExtender's pdf2png, so Thanks to him :) This has minor chnages from his version like no tray icon and no over-riding of the system theme. -For Arch Linux users check out pdf2png in the AUR. - ## Requirements * python * ghostscript * python-gobject (for debian its python-gi) * webkitgtk, pywebkitgtk + +## Installation + +Install it with: + +sudo make install + +For Arch Linux users check out pdf2png in the AUR. +