imsnif / bandwhich

Terminal bandwidth utilization tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`sudo: bandwhich: command not found` when installed with brew on linux

imambungo opened this issue · comments

It can be fixed with a symlink: sudo ln -s /home/linuxbrew/.linuxbrew/bin/bandwhich /usr/local/bin/

I think we should add it to the README, like this one.

Good suggestion, although symlinking is not the best way to do it IMO.