Skip to content

Commit b7be218

Browse files
Merge pull request #1076 from Nereuxofficial/patch-1
Updated note about cargo add since it is now integrated in cargo
2 parents 8947d8e + 79c2345 commit b7be218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ using Rust's familiar stdlib API.
113113

114114
## Installation
115115

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

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

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

128128
## Ecosystem

0 commit comments

Comments
 (0)