foss-np / batti

:bulb: load-shedding schedule for terminal!
Other
19 stars 12 forks source link

pdftotext command not found #23

Closed neetin closed 9 years ago

neetin commented 9 years ago

command I have used: ./main.sh -u

It shows error: ./main.sh: line 17: pdftotext: command not found btw I am running it in ubuntu 14.04

samundra commented 9 years ago

You have to install it. Try using the below command

sudo apt-get install poppler-utils
neetin commented 9 years ago

It is working now. Dependencies should be written in README.md file. Thanks!