From 15f536cb79b24254f7c03f37968206b5f8f9fd15 Mon Sep 17 00:00:00 2001 From: relikd Date: Thu, 4 Dec 2025 19:20:56 +0100 Subject: [PATCH] fix: html modify instructions in readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cca7b24..4b5b7b3 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,11 @@ Also, I've removed support for provisioning profiles (`.mobileprovision`, `.prov ### Customize HTML / CSS 1. Right click on the app and select "Show Package Contents" -2. Copy `Contents/Resources/template.html` (or `style.css`) -3. Open `~/Library/Containers/de.relikd.QLAppBundle.Preview/Data/Documents/` -4. Paste the previous file and modify it to your liking -5. `QLAppBundle` will use the new file from now on +2. Go to `PlugIns` and repeat "Show Package Contents" on the Preview extension. +3. Copy `Contents/Resources/template.html` (or `style.css`) +4. Open `~/Library/Containers/de.relikd.QLAppBundle.Preview/Data/Documents/` +5. Paste the previous file and modify it to your liking +6. `QLAppBundle` will use the new file from now on