# Cargo Readme Update ![Crates.io](https://img.shields.io/crates/v/cargo-readme-update) ![License](https://img.shields.io/crates/l/cargo-readme-update) ![Rust](https://img.shields.io/badge/Rust-%E2%9C%93-93450a.svg) > **Automatically update the version in the install section in `README.md` effortlessly!** 🦀✨ ## 🌟 Features - **Automated Version Updates**: Keep your `README.md` Cargo.toml dependencies instruction up-to-date with the latest version. - **Seamless Integration**: Easily integrates into your Rust workflow as a Cargo tool. ## 📦 Installation To install `cargo-readme-update`, ensure you have [Rust and Cargo](https://rustup.rs) installed. Then, run: ```bash cargo install cargo-readme-update ``` ## 🛠️ Usage Navigate to the root of your Rust project and execute: ```bash cargo readme-update ```