From f2c80a1488d7b11f41c21e6daaee52388a4c961c Mon Sep 17 00:00:00 2001 From: Adin Ackerman <30732255+AdinAck@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:35:32 -0800 Subject: [PATCH] update categories/README --- Cargo.toml | 2 +- README.md | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) 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: