walles / moar

Moar is a pager. It's designed to just do the right thing without any configuration.
Other
600 stars 17 forks source link

Install should probably rename #30

Closed thoni56 closed 3 years ago

thoni56 commented 3 years ago

In the README the instructions says to sudo mv moar---* /usr/local/bin` but that should probably be

sudo mv moar-*-*-* /usr/local/bin/moar
walles commented 3 years ago

Well spotted, I agree, fixed, thanks for reporting @thoni56!

thoni56 commented 3 years ago

Thanks for a very rapid response!