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

docs: Update installation recommended commands for mkdir argument (-p insteadof --parents). #6689

Merged
merged 1 commit into from Nov 21, 2022

Conversation

MTindev
Copy link
Contributor

@MTindev MTindev commented Nov 20, 2022

Fixes #6684

Update README, in "Documentation > Installation" part, for the recommended command mkdir : use of the argument -p insteadof --parents, to avoid an error on macOS because of inexistence of --parents argument.

…`-p` insteadof `--parents`).

Avoid an error on macOS because of inexistence of `--parents` argument.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3508540197

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.971%

Totals Coverage Status
Change from base Build 3504530034: 0.0%
Covered Lines: 17115
Relevant Lines: 18409

💛 - Coveralls

@julienfalque julienfalque merged commit 663f3fc into PHP-CS-Fixer:master Nov 21, 2022
@julienfalque
Copy link
Member

Thank you @MTindev.

@kubawerlos kubawerlos removed the RTM Ready To Merge label Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

README > Installation : "--parent" argument of mkdir does not exist on macOS
4 participants