diff --git a/README.rst b/README.rst index 4901e0464ef454710e1d9afb0d7f4bc4e367396d..8bff55e78e7872a8a787cae562ecaeede2fcb959 100644 --- a/README.rst +++ b/README.rst @@ -184,7 +184,7 @@ Configuring Synapse Before you can start Synapse, you will need to generate a configuration file. To do this, run (in your virtualenv, as before):: - cd ~/.synapse + cd ~/synapse python -m synapse.app.homeserver \ --server-name my.domain.name \ --config-path homeserver.yaml \ @@ -796,8 +796,7 @@ A manual password reset can be done via direct database access as follows. First calculate the hash of the new password:: - $ source ~/.synapse/bin/activate - $ ./scripts/hash_password + $ ~/synapse/env/bin/hash_password Password: Confirm password: $2a$12$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx diff --git a/changelog.d/4342.misc b/changelog.d/4342.misc new file mode 100644 index 0000000000000000000000000000000000000000..a4fda47c20b75748d1424dcf6dbabb46b68dbb03 --- /dev/null +++ b/changelog.d/4342.misc @@ -0,0 +1 @@ +Update README to use the new virtualenv everywhere \ No newline at end of file