mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix inaccuracy of Makefile
This commit is contained in:
parent
86d35c6d69
commit
89119f0cda
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue