Skip to content

Commit f1418c1

Browse files
authored
Merge pull request #37 from reload/mac-documentation
Improve mac user documentation
2 parents 73bb05f + 75b2796 commit f1418c1

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)