Skip to content

Commit 806fd72

Browse files
committed
Add demo GIF and collapsible demo section to README
1 parent 8a218a9 commit 806fd72

2 files changed

Lines changed: 6 additions & 19 deletions

File tree

README.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,13 @@ bash fix-permissions.sh --fix --path /Volumes/Media
7474
bash fix-permissions.sh --fix --allow-outside-media-dir
7575
```
7676

77-
## Example Output
77+
## See It In Action
7878

79-
```
80-
==============================
81-
Permission Audit
82-
==============================
83-
84-
OK Runtime: OrbStack detected
85-
OK docker-compose.yml found at /Users/you/Media/docker-compose.yml
86-
OK .env PUID (501) matches current user
87-
OK .env PGID (20) matches current group
88-
WARN PUID mismatch: sonarr uses 1000, expected 501
89-
OK config/ owned by you (501:20)
90-
FAIL downloads/ owned by root (0:0), expected 501:20
91-
WARN Full Disk Access not confirmed for OrbStack
92-
93-
==============================
94-
Summary: 4 passed, 2 warnings, 1 failed
95-
==============================
96-
```
79+
<details>
80+
<summary>Demo</summary>
81+
<br>
82+
<img src="demo.gif" alt="Permission audit demo" width="700" />
83+
</details>
9784

9885
## Fix Mode
9986

demo.gif

1.52 MB
Loading

0 commit comments

Comments
 (0)