From 8fc7f47011936cdbf6c4c5a3c4944c56f85ba6ad Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 17 Jan 2017 10:03:13 +0000 Subject: [PATCH] More README fixes --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dc5f1e6..d4d0f6c 100644 --- a/README.rst +++ b/README.rst @@ -8,8 +8,7 @@ exposed as a C API. The specification of the Olm ratchet can be found in ``_. 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 ``_. 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