Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikwidlund committed May 17, 2020
1 parent e76983e commit eea8c77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ Building from Git requires GNU Autotools (autoconf_, automake_, libtool_).

.. code-block:: shell
$ ./autogen.sh
$ ./configure
$ make install
./autogen.sh
./configure
make install
Build from release
------------------

.. code-block:: shell
$ ./configure
$ make install
./configure
make install
Running unit tests
------------------
Expand All @@ -51,8 +51,8 @@ The test suite requires cmocka_ and valgrind_.

.. code-block:: shell
$ ./configure
$ make check
./configure
make check
.. _cmocka: https://cmocka.org/
.. _valgrind: http://valgrind.org/
Expand Down

0 comments on commit eea8c77

Please sign in to comment.