Skip to content

Commit

Permalink
update categories/README
Browse files Browse the repository at this point in the history
  • Loading branch information
AdinAck committed Feb 16, 2024
1 parent 7060a4e commit f2c80a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f2c80a1

Please sign in to comment.