Skip to content

Commit

Permalink
minor #3848 Add install/update instructions for PHIVE to the README (…
Browse files Browse the repository at this point in the history
…SpacePossum)

This PR was merged into the 2.12 branch.

Discussion
----------

Add install/update instructions for PHIVE to the README

closes #3838

Commits
-------

e91b75b Add install/update using PHIVE instructions to README
  • Loading branch information
SpacePossum committed Jul 5, 2018
2 parents 3a1ddb6 + e91b75b commit b6c27d5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 b6c27d5

Please sign in to comment.