]> git.proxmox.com Git - cargo.git/commitdiff
Improved README.
authorBianca Nenciu <nbianca@users.noreply.github.com>
Tue, 31 Oct 2017 20:37:45 +0000 (22:37 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2017 20:37:45 +0000 (22:37 +0200)
README.md

index dde37be1baca25b29326a279e03a63f925e68101..e9d8e57d1f579e907217e8350349b29e674bbba0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
+# Cargo
+
 Cargo downloads your Rust project’s dependencies and compiles your project.
 
 Learn more at http://doc.crates.io/
 
 ## Code Status
+
 [![Build Status](https://travis-ci.org/rust-lang/cargo.svg?branch=master)](https://travis-ci.org/rust-lang/cargo)
 [![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)
 
@@ -58,11 +61,10 @@ Please report all issues on the github [issue tracker][issues].
 
 [issues]: https://github.com/rust-lang/cargo/issues
 
-
 ## Contributing
 
-See [CONTRIBUTING.md](CONTRIBUTING.md)
-
+See [CONTRIBUTING.md](CONTRIBUTING.md). You may also find the arhitecture
+documentation useful ([ARCHITECTURE.md](ARCHITECTURE.md)).
 
 ## License
 
@@ -80,5 +82,7 @@ In binary form, this product includes software that is licensed under the
 terms of the GNU General Public License, version 2, with a linking exception,
 which can be obtained from the [upstream repository][1].
 
+See LICENSE-THIRD-PARTY for details.
+
 [1]: https://github.com/libgit2/libgit2