Skip to content

Commit

Permalink
Update README to use new virtualenv (matrix-org#4328)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Raimist <aaron@raim.ist>
  • Loading branch information
aaronraimist committed Jan 1, 2019
1 parent d7843f4 commit 0e62fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0e62fcd

Please sign in to comment.