mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 06:51:46 +01:00
rst bugs
This commit is contained in:
parent
fd40a80a68
commit
84b1c9d8c2
1 changed files with 5 additions and 5 deletions
10
README.rst
10
README.rst
|
@ -69,8 +69,8 @@ command line utility which lets you easily see what the JSON APIs are up to).
|
||||||
|
|
||||||
Meanwhile, iOS and Android SDKs and clients are currently in development and available from:
|
Meanwhile, iOS and Android SDKs and clients are currently in development and available from:
|
||||||
|
|
||||||
* https://github.com/matrix-org/matrix-ios-sdk
|
- https://github.com/matrix-org/matrix-ios-sdk
|
||||||
* https://github.com/matrix-org/matrix-android-sdk
|
- https://github.com/matrix-org/matrix-android-sdk
|
||||||
|
|
||||||
We'd like to invite you to join #matrix:matrix.org (via http://matrix.org/alpha), run a homeserver, take a look at the Matrix spec at
|
We'd like to invite you to join #matrix:matrix.org (via http://matrix.org/alpha), run a homeserver, take a look at the Matrix spec at
|
||||||
http://matrix.org/docs/spec, experiment with the APIs and the demo
|
http://matrix.org/docs/spec, experiment with the APIs and the demo
|
||||||
|
@ -125,7 +125,7 @@ created. To reset the installation::
|
||||||
pip seems to leak *lots* of memory during installation. For instance, a Linux
|
pip seems to leak *lots* of memory during installation. For instance, a Linux
|
||||||
host with 512MB of RAM may run out of memory whilst installing Twisted. If this
|
host with 512MB of RAM may run out of memory whilst installing Twisted. If this
|
||||||
happens, you will have to individually install the dependencies which are
|
happens, you will have to individually install the dependencies which are
|
||||||
failing, e.g.:
|
failing, e.g.::
|
||||||
|
|
||||||
$ pip install --user twisted
|
$ pip install --user twisted
|
||||||
|
|
||||||
|
@ -148,7 +148,7 @@ Troubleshooting Running
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
If ``synctl`` fails with ``pkg_resources.DistributionNotFound`` errors you may
|
If ``synctl`` fails with ``pkg_resources.DistributionNotFound`` errors you may
|
||||||
need a newer version of setuptools than that provided by your OS.
|
need a newer version of setuptools than that provided by your OS.::
|
||||||
|
|
||||||
$ sudo pip install setuptools --upgrade
|
$ sudo pip install setuptools --upgrade
|
||||||
|
|
||||||
|
@ -172,7 +172,7 @@ Homeserver Development
|
||||||
======================
|
======================
|
||||||
|
|
||||||
To check out a homeserver for development, clone the git repo into a working
|
To check out a homeserver for development, clone the git repo into a working
|
||||||
directory of your choice:
|
directory of your choice::
|
||||||
|
|
||||||
$ git clone https://github.com/matrix-org/synapse.git
|
$ git clone https://github.com/matrix-org/synapse.git
|
||||||
$ cd synapse
|
$ cd synapse
|
||||||
|
|
Loading…
Reference in a new issue