### Install ESPMonitor CLI Source: https://github.com/esp-rs/espmonitor/blob/main/README.md Install the ESPMonitor command-line interface using cargo. This command is used to get the standalone monitor application. ```bash cargo install cargo-espmonitor ``` -------------------------------- ### Setup Git Hooks Source: https://github.com/esp-rs/espmonitor/blob/main/README.md Set up pre-commit git hooks for the ESPMonitor project. These hooks automatically run code linting and formatting checks before each commit. ```bash mkdir -p .git/hooks && (cd .git/hooks && ln -s ../../hooks/* .) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.