mirror of
https://github.com/tw93/Mole.git
synced 2026-02-16 17:35:16 +00:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -142,15 +142,15 @@ Total: 156.8GB
|
||||
|
||||
## FAQ
|
||||
|
||||
**Is Mole safe?** Mole only cleans caches and logs, it doesn't touch app settings, user documents, or system files. Run `mo clean --dry-run` first to preview what will be removed.
|
||||
- **Is Mole safe?** Mole only cleans caches and logs, it doesn't touch app settings, user documents, or system files. Run `mo clean --dry-run` first to preview what will be removed.
|
||||
|
||||
**How often should I clean?** Once a month, or when disk space is running low.
|
||||
- **How often should I clean?** Once a month, or when disk space is running low.
|
||||
|
||||
**Can I protect specific caches?** Yes. Run `mo clean --whitelist` to choose which caches to keep. Common ones like Playwright browsers and HuggingFace models are already protected.
|
||||
- **Can I protect specific caches?** Yes. Run `mo clean --whitelist` to choose which caches to keep. Common ones like Playwright browsers and HuggingFace models are already protected.
|
||||
|
||||
**Touch ID support?** Mole uses `sudo` for privileges, so you'll get a password prompt unless you've configured Touch ID for sudo.
|
||||
- **Touch ID support?** Mole uses `sudo` for privileges, so you'll get a password prompt unless you've configured Touch ID for sudo.
|
||||
|
||||
**Enable Touch ID for sudo:**
|
||||
- **Enable Touch ID for sudo:**
|
||||
|
||||
```bash
|
||||
sudo nano /etc/pam.d/sudo
|
||||
|
||||
Reference in New Issue
Block a user