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:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install cargo-watch using brew
brew install cargo-watch
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
cargo-watch is ready to use now!