diff --git a/Cargo.toml b/Cargo.toml index 501675b..64d02fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license-file = "LICENSE" description = "Get up and running with Embassy in seconds." repository = "https://github.com/AdinAck/cargo-embassy" -categories = ["no-std", "embedded", "embassy", "cli"] +categories = ["no-std", "embedded", "command-line-interface"] [dependencies] Inflector = "0.11.4" diff --git a/README.md b/README.md index 5b3f564..4f3db28 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,6 @@ Get up and running with Embassy in seconds. Refer to the tracking issues for proposed changes. -# Installation - -Simply install this repo as a cargo utility: - -```sh -cargo install --git https://github.com/adinack/cargo-embassy -``` - # Usage This utility will also create the cargo project, so wherever you would normally run `cargo new ...`, run: