From 89119f0cda58ee27101e30241336a68f2a2f9885 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 22 Sep 2015 15:40:35 +0200 Subject: [PATCH] Fix inaccuracy of Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 104f9fc..e5eda34 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ # Packagers who want to run the testsuite against an installed vdirsyncer: # # - Create a virtualenv -# - Inside the virtualenv: `make install-test test` # - Somehow link your installation of vdirsyncer into the virtualenv, e.g. by # using --system-site-packages when creating the virtualenv +# - Inside the virtualenv: `make install-test test` # # The `install-test` target requires internet access. Be aware that vdirsyncer # requires very recent versions of Radicale for the tests to run successfully.