We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8947d8e + 79c2345 commit b7be218Copy full SHA for b7be218
README.md
@@ -113,7 +113,7 @@ using Rust's familiar stdlib API.
113
114
## Installation
115
116
-With [cargo-edit](https://github.com/killercup/cargo-edit) installed run:
+Run this in your projects folder:
117
118
```sh
119
$ cargo add async-std
@@ -122,7 +122,7 @@ $ cargo add async-std
122
We also provide a set of "unstable" features with async-std. See the [features
123
documentation] on how to enable them.
124
125
-[cargo-add]: https://github.com/killercup/cargo-edit
+[cargo add]: https://doc.rust-lang.org/cargo/commands/cargo-add.html
126
[features documentation]: https://docs.rs/async-std/#features
127
128
## Ecosystem
0 commit comments