From 14c9427407cd62c378475d7442e3c0012ad8136f Mon Sep 17 00:00:00 2001 From: Beingpax Date: Sat, 22 Feb 2025 12:25:57 +0545 Subject: [PATCH] docs: remove redundant dependencies section from README --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 1c53ab9..282499e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@
- + Download Latest Version @@ -38,16 +38,7 @@ VoiceInk is a powerful macOS application that transforms your voice into text in ## Requirements - macOS 14.0 or later -- [whisper.cpp](https://github.com/ggerganov/whisper.cpp) - High-performance inference of OpenAI's Whisper model -## Dependencies - -VoiceInk relies on several excellent open-source packages: -- [Sparkle](https://github.com/sparkle-project/Sparkle) - Software update framework for macOS -- [HotKey](https://github.com/soffes/HotKey) - Simple global shortcuts for macOS -- [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) - User-customizable global keyboard shortcuts -- [Defaults](https://github.com/sindresorhus/Defaults) - Modern user defaults for Swift -- [LaunchAtLogin](https://github.com/sindresorhus/LaunchAtLogin) - Launch app at login helper ## Documentation