Last active
January 7, 2024 20:32
-
-
Save eliocapelati/3548c0096ae00efab4f9de96808856dd to your computer and use it in GitHub Desktop.
Grammarly replacement
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
echo "Installing Language Tool server using brew" && | |
brew install languagetool && | |
echo "Starting Language Tool Service" && | |
brew services start languagetool | |
# install the browser extension from: https://languagetool.org/#firefox_chrome | |
# Go to extension options > advanced > LanguageTool server > Select "Local server (localhost) - requires LanguageTool server running locally" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment