Skip to content

Commit

Permalink
Improve mac user documentation
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
arnested committed Feb 7, 2025
1 parent 73bb05f commit 299ad86
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) with all
> containers stopped:
>
> ```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 299ad86

Please sign in to comment.