Skip to content

Commit 2d06e57

Browse files
committed
Call out the contributor guide on the readme
1 parent 50bc1db commit 2d06e57

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

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

5-
Learn more at https://doc.rust-lang.org/cargo/
5+
**To start using Cargo**, learn more at [The Cargo Book].
6+
7+
**To start developing Cargo itself**, read the [Cargo Contributor Guide].
8+
9+
[The Cargo Book]: https://doc.rust-lang.org/cargo/
10+
[Cargo Contributor Guide]: https://rust-lang.github.io/cargo/contrib/
611

712
## Code Status
813

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

72-
[Cargo Contributor Guide]: https://rust-lang.github.io/cargo/contrib/
73-
7477
## License
7578

7679
Cargo is primarily distributed under the terms of both the MIT license

0 commit comments

Comments
 (0)