summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorRichard van der Hoff <github@rvanderhoff.org.uk>2017-03-29 08:52:39 +0200
committerGitHub <noreply@github.com>2017-03-29 08:52:39 +0200
commit276af7b59bbf6c426d407fae67e19e30f2fb37b3 (patch)
tree72b5e39766e371d33b38bdab98c1f3d61da9b6ad /README.rst
parentMerge pull request #2063 from matrix-org/erikj/device_list_batch (diff)
parentRemoved requirement that is not needed (diff)
downloadsynapse-276af7b59bbf6c426d407fae67e19e30f2fb37b3.tar.xz
Merge pull request #2037 from ricco386/fix_readme_centos_issues
Fix installation issues
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index e975da8162..b9c854ad48 100644
--- a/README.rst
+++ b/README.rst
@@ -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
 
@@ -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