Skip to content

Commit f4760d9

Browse files
authored
Update README.md
1 parent 0a30536 commit f4760d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# minparse
22
A minimal argument parser
3+
## Install
4+
Add this to your `Cargo.toml`:
5+
```toml
6+
[dependencies]
7+
minparse = "0.1.2"
8+
```
39
## Usage
410

511
```rust

0 commit comments

Comments
 (0)