Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions regex-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ various regex development tasks such as generating tests.

### Installation

Currently `regex-cli` is not on crates.io and should be installed from this
git repository:
Simply use `cargo` to install from crates.io.

```
$ cargo install --git https://github.com/rust-lang/regex regex-cli
$ cargo install regex-cli
```


Expand Down