Skip to content

Commit

Permalink
Add some badges and basic information the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hunger committed Dec 6, 2020
1 parent 6802083 commit 8814a2a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# gng

[![CI](https://github.com/{[username]}/gng/workflows/Continuous%20Integration/badge.svg)](https://github.com/{[username]}/gng/actions)
[![Coverage Status](https://coveralls.io/repos/github/{[username]}/gng/badge.svg?branch=master)](https://coveralls.io/github/{[username]}/gng?branch=master)

## Installation

### Cargo

* Install the rust toolchain in order to have cargo installed by following
[this](https://www.rust-lang.org/tools/install) guide.
* run `cargo install gng`

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, shall be licensed as the rest of the project,
without any additional terms or conditions.

See [CONTRIBUTING.md](CONTRIBUTING.md).

0 comments on commit 8814a2a

Please sign in to comment.