diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-01-17 10:03:13 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-01-17 10:03:13 +0000 |
commit | 8fc7f47011936cdbf6c4c5a3c4944c56f85ba6ad (patch) | |
tree | c567da8bfdaf279f806ae74b4a23119705929840 | |
parent | d1226e1865739b43fe8d652287045588a3f8d9bd (diff) |
More README fixes
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,7 @@ exposed as a C API. The specification of the Olm ratchet can be found in `<docs/olm.rst>`_. This library also includes an implementation of the Megolm cryptographic -ratchet, as specified in ``docs/megolm.rst`` or -https://matrix.org/docs/spec/megolm.html. +ratchet, as specified in `<docs/megolm.rst>`_. Building -------- @@ -60,6 +59,7 @@ It's probably sensible to do the above on a release branch (``release-vx.y.z`` by convention), and merge back to master once the release is complete. .. code:: bash + make clean # build and test C library |