Skip to content

Commit d9efc74

Browse files
committed
fix: calloutblock
1 parent dab274b commit d9efc74

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ No Python installation is required.
4747
- On **macOS**: run the app bundle or binary from the downloaded archive
4848
- On **Linux**: extract the release archive and run `LeafContourEFD` from the `LeafContourEFD/` folder
4949

50-
::: {.callout-warning}
51-
## If the app does not open on macOS
50+
> [!WARNING]
51+
> ## If the app does not open on macOS
52+
>
53+
> On macOS, a warning dialog may appear the first time you launch the app, and the app may not open.
54+
>
55+
> If this happens, run the following command in Terminal:
56+
>
57+
> ```bash
58+
> /usr/bin/xattr -dr com.apple.quarantine ~/path/to/LeafContourEFD
59+
> ```
60+
>
61+
> Replace `~/path/to/LeafContourEFD` with the path to the downloaded app.
62+
>
63+
> After running the command, try launching the app again.
5264
53-
On macOS, a warning dialog may appear the first time you launch the app, and the app may not open.
54-
55-
If this happens, run the following command in Terminal:
56-
57-
```bash
58-
/usr/bin/xattr -dr com.apple.quarantine ~/path/to/LeafContourEFD
59-
```
60-
61-
Replace `~/path/to/LeafContourEFD` with the path to the downloaded app.
62-
63-
After running the command, try launching the app again.
64-
:::
6565
6666
### 2. Setup Script
6767

0 commit comments

Comments
 (0)