diff options
author | Aaron Raimist <aaron@raim.ist> | 2019-01-01 15:27:18 -0600 |
---|---|---|
committer | Aaron Raimist <aaron@raim.ist> | 2019-01-01 15:27:28 -0600 |
commit | 0e62fcd0eb39d9e4251cb5a9955a50ec8c376a26 (patch) | |
tree | 688368d1336cf34edc72a9e842a9171ab1beb8ef /README.rst | |
parent | Remove v1 only REST APIs now we don't ship matrix console (#4334) (diff) | |
download | synapse-0e62fcd0eb39d9e4251cb5a9955a50ec8c376a26.tar.xz |
Update README to use new virtualenv (#4328)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index c4df779ac7..cc3eb585b7 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,7 +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 + $ source ~/synapse/env/bin/activate $ ./scripts/hash_password Password: Confirm password: |