Skip to content

Commit bbb285b

Browse files
regex-cli: update installation instructions
PR #1035
1 parent 5e8eaf1 commit bbb285b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

regex-cli/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ various regex development tasks such as generating tests.
77

88
### Installation
99

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

1312
```
14-
$ cargo install --git https://github.com/rust-lang/regex regex-cli
13+
$ cargo install regex-cli
1514
```
1615

1716

0 commit comments

Comments
 (0)