Skip to content

Commit

Permalink
Merge pull request #37 from reload/mac-documentation
Browse files Browse the repository at this point in the history
Improve mac user documentation
  • Loading branch information
arnested authored Feb 7, 2025
2 parents 73bb05f + 75b2796 commit f1418c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
MD013:
code_blocks: false
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ volumes:

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

0 comments on commit f1418c1

Please sign in to comment.