Compare commits

..

No commits in common. "552e8303a62c0294084686ea6178a640b91f2d8c" and "ee51e71796f83ef2273fda6a9a8ed1b95e9142da" have entirely different histories.

1 changed files with 4 additions and 5 deletions

View File

@ -173,13 +173,12 @@ print_title "Setup local bin for nerd-dictation"
ln -s "$HOME"/.local/nerd-dictation/nerd-dictation "$HOME"/.local/bin
if [ $? = 0 ]; then
printwc "${Green}" "Completed script!\n\n"
printwc "${Green}" "Completed script!\n"
printwc "${Blue}" "Usage:\n"
printwc "${Purple}" " nerd-dictation begin &\n"
printwc "${Cyan}" " # Start speaking.\n"
printwc "${Purple}" " nerd-dictation begin --vosk-model-dir=./model &\n"
printwc "${Cyan}" " # Start speaking.\n"
printwc "${Purple}" " nerd-dictation end\n"
printwc "${Yellow}" "\nPlease, logout your desktop session and log back in.\n"
printwc "${Yellow}" "For nerd-dictation to work properly.\n"
su - $USER
else
printwc "${Red}" "Something went wrong please check the previous output.\n"
fi