Skip to content

Commit e6a14e6

Browse files
authored
Update README.md
1 parent c43713c commit e6a14e6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This project has been forked from [cnizzardini/cakephp-docker](https://github.co
2121
| MySQL 8 | localhost:3607 | db | [library/mysql:8](https://hub.docker.com/_/mysql) |
2222

2323
- [Installation](#installation)
24+
- [Mac OS Notes](#mac-notes)
2425
- [Usage](#usage)
2526
- [PHP](#php)
2627
- [MySQL](#mysql)
@@ -40,6 +41,18 @@ That's it! Now just remove `app/*` from [.gitignore](.gitignore). You may also w
4041

4142
> Note: `make init` and `make init.nocache` output interactively, while `make start` and `make up` do not.
4243
44+
## Mac Notes
45+
46+
1. Change your `SHELL` in the Makefile to `/bin/zsh`. This improves various output from the Makefile such as emoji's.
47+
48+
3. Mac ships with an older version of `sed` so install `gnu-sed` for some targets in the Makefile:
49+
50+
```console
51+
brew install gnu-sed
52+
```
53+
54+
Then update `sed` to `gsed` in the Makefile.
55+
4356
## Usage
4457

4558
After install browse to [http://localhost:8080](http://localhost:8080) to see the CakePHP welcome page.

0 commit comments

Comments
 (0)