diff --git a/README.md b/README.md index 39741f9..2770291 100644 --- a/README.md +++ b/README.md @@ -44,17 +44,9 @@ mkdir -p ~/.local/share/nemo/scripts cp *-tools/*.sh ~/.local/share/nemo/scripts/ ``` -## 📋 Requirements +## Documentation -- **zenity** - For GUI dialogs (usually pre-installed) -- **pngquant** - For PNG optimization (image-tools) -- **woff2** - For font conversion (font-tools) - -See individual README files in each category folder for detailed dependency information. - -## 📖 Documentation - -For detailed usage instructions, examples, and technical details, see the README file in each category: +For detailed usage instructions, examples, requirements, and technical details, see the README file in each category: - [Cleanup Tools Documentation](cleanup-tools/README.md) - [Font Tools Documentation](font-tools/README.md) - [Image Tools Documentation](image-tools/README.md)