feat: new readme

This commit is contained in:
leonardotrapani
2026-02-01 22:04:42 +01:00
parent 0b0e084155
commit 305f64a73d
16 changed files with 517 additions and 685 deletions
+6 -4
View File
@@ -2,14 +2,16 @@ post_install() {
echo "==> Hyprvoice installed successfully!"
echo ""
echo " 📋 To use hyprvoice:"
echo " 1. Configure: hyprvoice configure"
echo " 2. Enable service: systemctl --user enable hyprvoice.service"
echo " 3. Start service: systemctl --user start hyprvoice.service"
echo " 4. Add keybinding to your window manager"
echo " 1. Run onboarding: hyprvoice onboarding"
echo " 2. Enable service: systemctl --user enable --now hyprvoice.service"
echo " 3. Add keybinding to your window manager"
echo " 4. Test voice input: hyprvoice toggle"
echo ""
echo " 🔑 For Hyprland, add to ~/.config/hypr/hyprland.conf:"
echo " bind = SUPER, R, exec, hyprvoice toggle"
echo ""
echo " Later: hyprvoice configure for advanced settings"
echo ""
}
post_upgrade() {