We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8eaf1 commit bbb285bCopy full SHA for bbb285b
regex-cli/README.md
@@ -7,11 +7,10 @@ various regex development tasks such as generating tests.
7
8
### Installation
9
10
-Currently `regex-cli` is not on crates.io and should be installed from this
11
-git repository:
+Simply use `cargo` to install from crates.io.
12
13
```
14
-$ cargo install --git https://github.com/rust-lang/regex regex-cli
+$ cargo install regex-cli
15
16
17
0 commit comments