From 0380f1b0cad244df824d1708b1a4fd49ff857e69 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Tue, 19 May 2026 03:14:01 -0700 Subject: [PATCH] fix(docs): move back prettier-ignore sections that were moved by prettier --- docs/install.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/install.md b/docs/install.md index d6619ea3..1426c44b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -227,19 +227,16 @@ For audio/video thumbnails and playback you'll need [FFmpeg](https://ffmpeg.org/ To generate thumbnails for RAR-based files (like `.cbr`) you'll need an extractor capable of handling them. - :material-penguin: On Linux you'll need to install either `unrar` (likely in you distro's non-free repository) or `unrar-free` from your package manager. - - :fontawesome-brands-apple: On macOS `unrar` can be installed through Homebrew's [`rar`](https://formulae.brew.sh/cask/rar) formula. - - - !!! warning ":fontawesome-brands-apple: macOS "Privacy & Security" Popup" + +!!! warning ":fontawesome-brands-apple: macOS "Privacy & Security" Popup" On macOS, you may be met with a message similar to "**"unrar" Not Opened. Apple could not verify "unrar" is free of malware that may harm your Mac or compromise your privacy**" If you encounter this, then you'll need to go to the "Settings" app, navigate to "Privacy & Security", and scroll down to a section that says "**"unrar" was blocked from use because it is not from an identified developer.**" Click the "Open Anyway" button to allow unrar to be used. - :fontawesome-brands-windows: On Windows you'll need to install either [`WinRAR`](https://www.rarlab.com/download.htm) or [`7-zip`](https://www.7-zip.org/) and add their folder to you `PATH`. - - - !!! tip "WinRAR License" + +!!! tip "WinRAR License" Both `unrar` and `WinRAR` require a license, but since the evaluation copy has no time limit you can simply dismiss the prompt. ### ripgrep @@ -247,6 +244,7 @@ To generate thumbnails for RAR-based files (like `.cbr`) you'll need an extracto A recommended tool to improve the performance of directory scanning is [`ripgrep`](https://github.com/BurntSushi/ripgrep), a Rust-based directory walker that natively integrates with our [`.ts_ignore`](ignore.md) (`.gitignore`-style) pattern matching system for excluding files and directories. Ripgrep is already pre-installed on some Linux distributions and also available from several package managers. ## Common Error Messages + ### Could not load the Qt platform plugin "xcb" If you get an error message like this one: