Skip to content

Commit

Permalink
Call out the contributor guide on the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Mar 9, 2022
1 parent 50bc1db commit 2d06e57
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

Cargo downloads your Rust project’s dependencies and compiles your project.

Learn more at https://doc.rust-lang.org/cargo/
**To start using Cargo**, learn more at [The Cargo Book].

**To start developing Cargo itself**, read the [Cargo Contributor Guide].

[The Cargo Book]: https://doc.rust-lang.org/cargo/
[Cargo Contributor Guide]: https://rust-lang.github.io/cargo/contrib/

## Code Status

Expand Down Expand Up @@ -69,8 +74,6 @@ Please report all issues on the GitHub [issue tracker][issues].
See the **[Cargo Contributor Guide]** for a complete introduction
to contributing to Cargo.

[Cargo Contributor Guide]: https://rust-lang.github.io/cargo/contrib/

## License

Cargo is primarily distributed under the terms of both the MIT license
Expand Down

0 comments on commit 2d06e57

Please sign in to comment.