X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/dd526fd23ca26dd31d87e64144e27e95aff94b8a..2f1103bcc483bc52c733d40fa55f6b03f79d3847:/test/README.md?ds=inline

diff --git a/test/README.md b/test/README.md
index 1817e55..a13d6d2 100644
--- a/test/README.md
+++ b/test/README.md
@@ -1,7 +1,5 @@
-To run the tests, you must install [Vader](https://github.com/junegunn/vader.vim).
+You can run the tests using the Makefile from the top directory:
 
-Vader and other plugins must be installed in the same directory as this repository.
+    make test
 
-Run the tests with:
-
-    ./run-tests.sh
+To run them manually please refer to the instructions/commands in the Makefile.