diff options
author | David Baker <dbkr@matrix.org> | 2014-09-02 10:04:41 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-09-02 10:05:26 +0100 |
commit | 772c117e682a6a45037494658dd04ab0dcb12959 (patch) | |
tree | c04eee32219453bf821a13fc929b6745e7627a26 /README.rst | |
parent | Add support for setting room name and topic when creating rooms (diff) | |
download | synapse-772c117e682a6a45037494658dd04ab0dcb12959.tar.xz |
Make the intro bit a separate section rather than have a 'quick start' section that only tells you how to get started half way through.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 9c44bf61b8..2d355d9649 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -Quick Start -=========== +Introduction +============ Matrix is an ambitious new ecosystem for open federated Instant Messaging and VoIP[1]. The basics you need to know to get up and running are: @@ -17,6 +17,9 @@ The overall architecture is:: client <----> homeserver <=================> homeserver <-----> client e.g. matrix.org:8080 e.g. mydomain.net:8080 +Quick Start +=========== + To get up and running: - To simply play with an **existing** homeserver you can |