feat: new readme
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user