dpelle/vim-LanguageTool

Mistake in README.md when building Language tools

Closed this issue · 3 comments

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

Thanks! I just fixed it.

eater commented

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

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