Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit c7cc61f

Browse files
committed
chore(docs): Add Install Introduction to Readme
1 parent 18d0e08 commit c7cc61f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ is as expected.
77

88
[![Build Status](https://travis-ci.org/killercup/assert_cli.svg)](https://travis-ci.org/killercup/assert_cli) [![Coverage Status](https://coveralls.io/repos/killercup/assert_cli/badge.svg?branch=master&service=github)](https://coveralls.io/github/killercup/assert_cli?branch=master)
99

10+
## Install
11+
12+
Just add it to your `Cargo.toml`:
13+
14+
```toml
15+
[dependencies]
16+
assert_cli = "0.1.0"
17+
```
18+
1019
## Example
1120

1221
Here's a trivial example:

0 commit comments

Comments
 (0)