theunraveler / taskwarrior-web

A web interface for the Taskwarrior todo application. Because being a neckbeard is only fun sometimes.
http://theunraveler.github.com/taskwarrior-web
MIT License
526 stars 63 forks source link

install instructions incorrect for macos #144

Open ssbarnea opened 4 years ago

ssbarnea commented 4 years ago

The document installation method is incorrect because it would require sudo, something only a crazy man would give on macos:

gem install taskwarrior-web

Luckly, gem install --user taskwarrior-web seems to work fine, so maybe is better to document and safer installation method.

mgiugliano commented 3 years ago

I suggest specifying the full path of the macOs' own ruby environment:

/usr/bin/gem install --user taskwarrior-web

This finally saved me some headache, as my Homebrew (in /usr/local/...) had incompatibile version of Ruby.