Skip to content

Commit 75b2796

Browse files
committed
Improve mac user documentation
- Make sure no containers are running while doing the one-time setup. - Make sure a stray `mkcert` folder is deleted if one was created during previous runs
1 parent 73bb05f commit 75b2796

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.markdownlint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
MD013:
3+
code_blocks: false

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ volumes:
3131

3232
> [!TIP]
3333
>
34-
> Mac users should then do (one time only):
34+
> Mac users should do the following (one time only) while no
35+
> containers are running:
3536
>
3637
> ```console
37-
> mkdir -p ~/.local/share && ln -s "$(mkcert -CAROOT)" ~/.local/share`
38+
> mkdir -p ~/.local/share && find ~/.local/share -name mkcert -type d -delete && ln -s "$(mkcert -CAROOT)" ~/.local/share`
3839
> ```
3940
>
4041
> If you haven't installed mkcert yet, you can do so with Homebrew:

0 commit comments

Comments
 (0)