Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 599 Bytes

INSTALL.md

File metadata and controls

15 lines (10 loc) · 599 Bytes

Temporary Execution

  1. Download the latest tarball from releases
  2. Extract the tarball and execute chmod +x pid_usage in terminal
  3. Now you can use pid_usage from inside this folder

Installation

Follow the above instruction and do,

  1. If you want to install for current user, move pid_usage to ~/.local/bin/
  2. 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.