Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add install/update instructions for PHIVE to the README #3848

Merged
merged 1 commit into from Jul 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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)
~~~~~~~~~~~~~~~~~~~
Copy link
Contributor

@kubawerlos kubawerlos Jul 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No so fast, this one is also too long ;)

Oh, already merged :(

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh no, I really really really thought I had this covered, f**k me, this is a lesson learned on my "I wished wasn't needed "-list :(
aaarrggh I'm sorry man, you called me out on it before and still I messed it up, f**k me :(

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no worry. instead of fixing that, let us run rst / md linters on CI :D


.. 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