- Download the latest tarball from releases
- Extract the tarball and execute
chmod +x pid_usage
in terminal - Now you can use
pid_usage
from inside this folder
Follow the above instruction and do,
- If you want to install for current user, move
pid_usage
to~/.local/bin/
- If you want to install it for all users, move
pid_usage
to~/usr/bin/
Make sure ~/.local/bin
to $PATH
in your favourite shell rc (For example, .bashrc
, or .zshrc
),
when installing for current user.