Skip to content

Commit 2d8e8a1

Browse files
committed
Auto merge of #4691 - nbianca:patch-1, r=alexcrichton
Improved README. Made some miscellaneous improvements.
2 parents d2d7b30 + 2547b05 commit 2d8e8a1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
# Cargo
2+
13
Cargo downloads your Rust project’s dependencies and compiles your project.
24

35
Learn more at http://doc.crates.io/
46

57
## Code Status
8+
69
[![Build Status](https://travis-ci.org/rust-lang/cargo.svg?branch=master)](https://travis-ci.org/rust-lang/cargo)
710
[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-lang/cargo?branch=master&svg=true)](https://ci.appveyor.com/project/rust-lang-libs/cargo)
811

@@ -58,11 +61,10 @@ Please report all issues on the github [issue tracker][issues].
5861

5962
[issues]: https://github.com/rust-lang/cargo/issues
6063

61-
6264
## Contributing
6365

64-
See [CONTRIBUTING.md](CONTRIBUTING.md)
65-
66+
See [CONTRIBUTING.md](CONTRIBUTING.md). You may also find the arhitecture
67+
documentation useful ([ARCHITECTURE.md](ARCHITECTURE.md)).
6668

6769
## License
6870

@@ -80,5 +82,7 @@ In binary form, this product includes software that is licensed under the
8082
terms of the GNU General Public License, version 2, with a linking exception,
8183
which can be obtained from the [upstream repository][1].
8284

85+
See LICENSE-THIRD-PARTY for details.
86+
8387
[1]: https://github.com/libgit2/libgit2
8488

0 commit comments

Comments
 (0)