Skip to content

Commit c768de3

Browse files
New CLI tool version
1 parent a460271 commit c768de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli-tool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The StyleCI CLI Tool requires [PHP](https://www.php.net/) 7.4 or higher, and can
1010
Global installation:
1111

1212
```bash
13-
$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.5.0/styleci.phar \
13+
$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.5.1/styleci.phar \
1414
&& chmod +x styleci.phar && sudo mv styleci.phar /usr/local/bin/styleci
1515
```
1616

0 commit comments

Comments
 (0)