aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schink <dev@zapb.de>2024-02-12 14:10:28 +0100
committerMarc Schink <dev@zapb.de>2024-02-12 14:10:31 +0100
commitd552e726deeb43efe6a82aa90e2131dec6736155 (patch)
treed2d2c54db760e6d9be36cf2da730bc0e243e8789
parente98b1d4c29bf5d027acac980fae602209da00147 (diff)
downloadlibjaylink-d552e726deeb43efe6a82aa90e2131dec6736155.zip
libjaylink-d552e726deeb43efe6a82aa90e2131dec6736155.tar.gz
libjaylink-d552e726deeb43efe6a82aa90e2131dec6736155.tar.bz2
README: Use different heading synatx
Signed-off-by: Marc Schink <dev@zapb.de>
-rw-r--r--README.md18
1 files changed, 6 insertions, 12 deletions
diff --git a/README.md b/README.md
index 2f0e781..0212654 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,10 @@
-libjaylink
-==========
+# libjaylink
libjaylink is a shared library written in C to access SEGGER J-Link and
compatible devices.
-Requirements
-------------
+## Requirements
libjaylink requires the following packages:
@@ -25,8 +23,7 @@ required:
- Automake >= 1.9
-Building and installing
------------------------
+## Building and installing
In order to get and build the latest Git version of libjaylink, run the
following commands:
@@ -43,8 +40,7 @@ libjaylink:
$ make install
-Portability
------------
+## Portability
libjaylink supports the following operating systems:
@@ -57,14 +53,12 @@ libjaylink supports the following operating systems:
- OS X
-Copyright and license
----------------------
+## Copyright and license
libjaylink is licensed under the terms of the GNU General Public License (GPL),
version 2 or later. See COPYING file for details.
-Website
--------
+## Website
<https://gitlab.zapb.de/libjaylink/libjaylink.git>