Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2037 from ricco386/fix_readme_centos_issues
Browse files Browse the repository at this point in the history
Fix installation issues
  • Loading branch information
richvdh authored Mar 29, 2017
2 parents d28db58 + 8d1dd7e commit 276af7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ To install the synapse homeserver run::

virtualenv -p python2.7 ~/.synapse
source ~/.synapse/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools
pip install https://github.com/matrix-org/synapse/tarball/master

Expand Down Expand Up @@ -228,6 +229,7 @@ To get started, it is easiest to use the command line to register new users::
New user localpart: erikj
Password:
Confirm password:
Make admin [no]:
Success!

This process uses a setting ``registration_shared_secret`` in
Expand Down

0 comments on commit 276af7b

Please sign in to comment.