Skip to content

Commit

Permalink
Add install/update using PHIVE instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacePossum committed Jul 5, 2018
1 parent 3a1ddb6 commit e91b75b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.rst
Expand Up @@ -85,6 +85,15 @@ Globally (homebrew)
$ brew install php-cs-fixer
Locally (PHIVE)
~~~~~~~~~~~~~~~

Install `PHIVE <https://phar.io>`_ and issue the following command:

.. code-block:: bash
$ phive install php-cs-fixer # use `--global` for global install
Update
------

Expand Down Expand Up @@ -124,6 +133,13 @@ You can update ``php-cs-fixer`` through this command:
$ brew upgrade php-cs-fixer
Locally (PHIVE)
~~~~~~~~~~~~~~~~~~~

.. code-block:: bash
$ phive update php-cs-fixer
Usage
-----

Expand Down
16 changes: 16 additions & 0 deletions src/Console/Command/ReadmeCommand.php
Expand Up @@ -131,6 +131,15 @@ protected function execute(InputInterface $input, OutputInterface $output)
$ brew install php-cs-fixer
Locally (PHIVE)
~~~~~~~~~~~~~~~
Install `PHIVE <https://phar.io>`_ and issue the following command:
.. code-block:: bash
$ phive install php-cs-fixer # use `--global` for global install
Update
------
Expand Down Expand Up @@ -170,6 +179,13 @@ protected function execute(InputInterface $input, OutputInterface $output)
$ brew upgrade php-cs-fixer
Locally (PHIVE)
~~~~~~~~~~~~~~~~~~~
.. code-block:: bash
$ phive update php-cs-fixer
Usage
-----
Expand Down

0 comments on commit e91b75b

Please sign in to comment.