Skip to content

Commit 27338cb

Browse files
committed
Merge pull request #5 from steveklabnik/master
Fix up README
2 parents 2bcf0fc + 82356c5 commit 27338cb

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,21 @@ glob
33

44
Support for matching file paths against Unix shell style patterns.
55

6-
[![Build Status](https://travis-ci.org/rust-lang/glob.svg?branch=master)](https://travis-ci.org/rust-lang/glob)
6+
![[Build Status](https://travis-ci.org/rust-lang/glob.svg?branch=master)](https://travis-ci.org/rust-lang/glob)
7+
8+
## Usage
9+
10+
To use `glob`, add this to your `Cargo.toml`:
11+
12+
```toml
13+
[dependencies.glob]
14+
15+
git = "https://github.com/rust-lang/glob.git"
16+
```
17+
18+
And add this to your crate root:
19+
20+
```rust
21+
extern crate glob;
22+
```
23+

0 commit comments

Comments
 (0)