From: Emil Velikov Date: Sat, 21 Jun 2025 10:09:50 +0000 (+0100) Subject: README.md: make it common markdown compatible X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ae40a62a1903d63c00ad672ab39539991193c5a;p=thirdparty%2Fkmod.git README.md: make it common markdown compatible Adjust the markdown variant, so it renders correctly in both GitHub and cgit (... vim also seems happier fwiw). AFAICT the latter is using CommonMarkdown as handled by python-markdown. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/380 Signed-off-by: Lucas De Marchi --- diff --git a/README.md b/README.md index 567c0329..5b19af44 100644 --- a/README.md +++ b/README.md @@ -14,33 +14,35 @@ module-init-tools project. Links ===== -- Mailing list (no subscription needed): linux-modules@vger.kernel.org -- Mailing list archives: https://lore.kernel.org/linux-modules/ +- Mailing list (no subscription needed): +- Mailing list archives: -- Signed packages: http://www.kernel.org/pub/linux/utils/kernel/kmod/ +- Signed packages: - Git: - - Official: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git - - Mirror: https://github.com/kmod-project/kmod - - Mirror: https://kernel.googlesource.com/pub/scm/utils/kernel/kmod/kmod.git + - Official: + - Mirror: + - Mirror: - License: - - LGPLv2.1+ for libkmod, testsuite and helper libraries - - GPLv2+ for tools/* + - LGPLv2.1+ for libkmod, testsuite and helper libraries + - GPLv2+ for tools/* - Irc: `#kmod` on irc.oftc.net -- Issues: https://github.com/kmod-project/kmod/issues +- Issues: Compilation and installation ============================ In order to compile the source code you need: + - C11 compiler, supporting a range of GNU extensions - GCC 8+, Clang 6+ - POSIX.1-2008 C runtime library - Bionic, GNU C library, musl Optional dependencies, required with the default build configuration: + - ZLIB library - LZMA library - ZSTD library