Skip to content

Commit

Permalink
#108 Update README.md - add phpcs IDE instructions for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirsman authored Aug 15, 2024
1 parent 6ac3b1b commit e858e7a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@ sudo apt install php-cli php-tokenizer
```

#### macOS
[Placeholder for macOS installation instructions]
1. Install Homebrew if you don't have it installed already (see instructions on https://brew.sh/)
2. Install PHP with Homebrew
```
brew install php
```

### Configuration

Expand Down Expand Up @@ -155,4 +159,4 @@ Warnings are underlined and you can choose to fix them by right clicking:
![How to fix 1/2](https://www.upload.ee/image/16969207/2024-08-14_16-03.png)

Choose the "PHP Code Beautifier and Fixer: fix the whole file"
![How to fix 2/2](https://www.upload.ee/image/16969210/2024-08-14_16-04.png)
![How to fix 2/2](https://www.upload.ee/image/16969210/2024-08-14_16-04.png)

0 comments on commit e858e7a

Please sign in to comment.