dpelle / vim-LanguageTool

A vim plugin for the LanguageTool grammar checker
280 stars 28 forks source link

Mistake in README.md when building Language tools #10

Closed CodingBitsDev closed 4 years ago

CodingBitsDev commented 5 years ago

There is a mistake in the section about building the language tools yourself.

To do so you have to install "maven" instead of "mvn"

sudo apt-get install openjdk-8-jdk maven git should be the right command instead of: sudo apt-get install openjdk-8-jdk mvn git

dpelle commented 5 years ago

Thanks! I just fixed it.

eater commented 4 years ago

This does not appear to be fixed in the README.md.

dpelle commented 4 years ago

Now fixed in README.md. Thanks and sorry for the belated response.