Skip to content

Commit

Permalink
Merge pull request #1076 from Nereuxofficial/patch-1
Browse files Browse the repository at this point in the history
Updated note about cargo add since it is now integrated in cargo
  • Loading branch information
dignifiedquire authored Jun 18, 2024
2 parents 8947d8e + 79c2345 commit b7be218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ using Rust's familiar stdlib API.

## Installation

With [cargo-edit](https://github.com/killercup/cargo-edit) installed run:
Run this in your projects folder:

```sh
$ cargo add async-std
Expand All @@ -122,7 +122,7 @@ $ cargo add async-std
We also provide a set of "unstable" features with async-std. See the [features
documentation] on how to enable them.

[cargo-add]: https://github.com/killercup/cargo-edit
[cargo add]: https://doc.rust-lang.org/cargo/commands/cargo-add.html
[features documentation]: https://docs.rs/async-std/#features

## Ecosystem
Expand Down

0 comments on commit b7be218

Please sign in to comment.