Skip to content

Commit

Permalink
doc: binary install & example update
Browse files Browse the repository at this point in the history
  • Loading branch information
mplanchard authored Sep 15, 2021
1 parent 3222290 commit c73899d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ In cargo.toml
cuid = "1.1.0"
```

Or install the binary:

```sh
> cargo install cuid
```

## Usage

```rust
Expand All @@ -36,7 +42,7 @@ generated CUID.
This package also provides a binary:

```sh
> cargo run cuid
> cuid
ckmqrwysb0000iz5p4u1b79hd
```

Expand Down

0 comments on commit c73899d

Please sign in to comment.