diff options
author | Matthew Hodgson <matthew@matrix.org> | 2015-03-14 00:22:41 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2015-03-14 00:22:41 +0000 |
commit | b677ff669233897c42bb55df6f9bb9c56d898eff (patch) | |
tree | dd4ee2cf8d3002358702904d6bfedd27c0bc7d3b /README.rst | |
parent | actually uphold the bind_host parameter. in theory should make ipv6 binds wor... (diff) | |
download | synapse-b677ff669233897c42bb55df6f9bb9c56d898eff.tar.xz |
add ToC and fix typoe
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst index c2af7c9332..e4664ea768 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,5 @@ +.. contents:: + Introduction ============ @@ -250,7 +252,8 @@ fix try re-installing from PyPI or directly from ArchLinux --------- -If running `$ synctl start` fails wit 'returned non-zero exit status 1', you will need to explicitly call Python2.7 - either running as:: +If running `$ synctl start` fails with 'returned non-zero exit status 1', +you will need to explicitly call Python2.7 - either running as:: $ python2.7 -m synapse.app.homeserver --daemonize -c homeserver.yaml --pid-file homeserver.pid |