]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
README.md: make it a proper markdown
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 7 Sep 2024 18:30:49 +0000 (19:30 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 11 Sep 2024 19:57:08 +0000 (14:57 -0500)
Resolve the formatting so the file renders correctly.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/122
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
README.md

index 92a1e3411a3e4ff0f516c474b0631e652ca431ba..9a5e010cb94ddec4474f6c332c4e3b8228e1a2b0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,25 +37,26 @@ Compilation and installation
 ============================
 
 In order to compile the source code you need the following software packages:
-       - GCC/CLANG compiler
-       - GNU C library / musl / uClibc
-       - rsync
-
+- GCC/CLANG compiler
+- GNU C library / musl / uClibc
+- rsync
 
 Optional dependencies:
-       - ZLIB library
-       - LZMA library
-       - ZSTD library
-       - OPENSSL library (signature handling in modinfo)
+- ZLIB library
+- LZMA library
+- ZSTD library
+- OPENSSL library (signature handling in modinfo)
 
 Typical configuration:
-       ./configure CFLAGS="-g -O2" --prefix=/usr \
-                       --sysconfdir=/etc --libdir=/usr/lib
+
+    ./configure CFLAGS="-g -O2" --prefix=/usr \
+                --sysconfdir=/etc --libdir=/usr/lib
 
 Configure automatically searches for all required components and packages.
 
 To compile and install run:
-       make && make install
+
+    make && make install
 
 Hacking
 =======