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 9, 2022
1 parent 2c5a387 commit 8a158b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli-tool.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CLI Tool

The StyleCI CLI Tool requires [PHP](https://www.php.net/) 7.2.5 or higher, and can be installed either directly downloading the phar, orby using [Composer](https://getcomposer.org/). The tool will allow you to analyze your code using StyleCI, before you push. This tool is licensed under [The Apache License 2.0](https://github.com/StyleCI/CLI/blob/1.2/LICENSE).
The StyleCI CLI Tool requires [PHP](https://www.php.net/) 7.2.5 or higher, and can be installed either directly downloading the phar, orby using [Composer](https://getcomposer.org/). The tool will allow you to analyze your code using StyleCI, before you push. This tool is licensed under [The Apache License 2.0](https://github.com/StyleCI/CLI/blob/1.3/LICENSE).

<a name="installation"></a>
## Installation
Expand All @@ -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.2.3/styleci.phar \
$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.3.0/styleci.phar \
&& chmod +x styleci.phar && sudo mv styleci.phar /usr/local/bin/styleci
```

Expand All @@ -19,13 +19,13 @@ $ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.2.
Local installation:

```bash
$ composer require styleci/cli:^1.2 --dev
$ composer require styleci/cli:^1.3 --dev
```

Global installation:

```bash
$ composer global require styleci/cli:^1.2
$ composer global require styleci/cli:^1.3
```

## First Time Setup
Expand Down

0 comments on commit 8a158b5

Please sign in to comment.