More README fixes
This commit is contained in:
parent
d1226e1865
commit
8fc7f47011
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,7 @@ exposed as a C API.
|
||||||
The specification of the Olm ratchet can be found in `<docs/olm.rst>`_.
|
The specification of the Olm ratchet can be found in `<docs/olm.rst>`_.
|
||||||
|
|
||||||
This library also includes an implementation of the Megolm cryptographic
|
This library also includes an implementation of the Megolm cryptographic
|
||||||
ratchet, as specified in ``docs/megolm.rst`` or
|
ratchet, as specified in `<docs/megolm.rst>`_.
|
||||||
https://matrix.org/docs/spec/megolm.html.
|
|
||||||
|
|
||||||
Building
|
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.
|
by convention), and merge back to master once the release is complete.
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
# build and test C library
|
# build and test C library
|
||||||
|
|
Loading…
Reference in a new issue