diff --git a/.markdownlint.yml b/.markdownlint.yml new file mode 100644 index 0000000..8589cec --- /dev/null +++ b/.markdownlint.yml @@ -0,0 +1,3 @@ +--- +MD013: + code_blocks: false diff --git a/README.md b/README.md index 46e289e..63fade9 100644 --- a/README.md +++ b/README.md @@ -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: