Easy steps to install cargo-watch package on Mac

Package Information:

Application Name – cargo-watch
What is cargo-watch – Cargo Watch watches over your project’s source for changes, and runs Cargo commands when they occur. If you’ve used nodemon, gulp, guard, watchman, or …
Use of cargo-watch – Watches over your Cargo project’s source
URL – https://github.com/passcod/cargo-watch

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. spotlight search terminal

  3. Now, run following command to install homebrew (brew)
  4. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

    Homebrew Install Command Screenshot

  5. Install cargo-watch using brew
    brew install cargo-watch

cargo-watch is ready to use now!