Skip to content

Commit

Permalink
Update cli-tool.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jun 12, 2022
1 parent 8a158b5 commit 9903e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The StyleCI CLI Tool requires [PHP](https://www.php.net/) 7.2.5 or higher, and c
Global installation:

```bash
$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.3.0/styleci.phar \
$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.3.1/styleci.phar \
&& chmod +x styleci.phar && sudo mv styleci.phar /usr/local/bin/styleci
```

Expand Down

0 comments on commit 9903e40

Please sign in to comment.