We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73bb05f + 75b2796 commit f1418c1Copy full SHA for f1418c1
.markdownlint.yml
@@ -0,0 +1,3 @@
1
+---
2
+MD013:
3
+ code_blocks: false
README.md
@@ -31,10 +31,11 @@ volumes:
31
32
> [!TIP]
33
>
34
-> Mac users should then do (one time only):
+> Mac users should do the following (one time only) while no
35
+> containers are running:
36
37
> ```console
-> 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`
39
> ```
40
41
> If you haven't installed mkcert yet, you can do so with Homebrew:
0 commit comments