diff --git a/README.rst b/README.rst
index ef1970f51fec80ccc9e2d2bff9fa5284a8dda2f7..8925e7c49de4ac58bc969b94e2cd3e079d4a915b 100644
--- a/README.rst
+++ b/README.rst
@@ -788,7 +788,7 @@ dependencies into a virtual env.
 Once this is done, you may wish to run Synapse's unit tests, to
 check that everything is installed as it should be::
 
-    PYTHONPATH="" trial tests
+    PYTHONPATH="." trial tests
 
 This should end with a 'PASSED' result::