Browse Source

add ToC and fix typoe

tags/v0.8.1^2
Matthew Hodgson 9 years ago
parent
commit
b677ff6692
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      README.rst

+ 4
- 1
README.rst View File

@@ -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


Loading…
Cancel
Save