From 2547b0592a9d32af3aae0b73a1d5a55e28ce80e0 Mon Sep 17 00:00:00 2001 From: Bianca Nenciu Date: Tue, 31 Oct 2017 22:37:45 +0200 Subject: [PATCH] Improved README. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dde37be1b..e9d8e57d1 100644 --- 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 -- 2.30.2