# Contributing
Thank you for your interest in contributing to ACP CLI!
For contribution guidelines, please see the main guide:
**[ACP Contributing Guide](https://github.com/acp-protocol/acp-spec/blob/main/CONTRIBUTING.md)**
## Quick Start for CLI Development
```bash
git clone https://github.com/acp-protocol/acp-cli.git
cd acp-cli
cargo build
cargo test
```
## Before Submitting
- [ ] `cargo fmt`
- [ ] `cargo clippy -- -D warnings`
- [ ] `cargo test`