On Fri, 12 Jul 2024 at 14:25, Lucas De Marchi <lucas.de.marchi@xxxxxxxxx> wrote: > > - State support for clang and other libc's > - Fix typos > - Reword the compatibility with module-init-tools section, > removing most of the specific examples as we didn't keep > track of all of them, and they are not important anymore > in year 2024 > > Signed-off-by: Lucas De Marchi <lucas.de.marchi@xxxxxxxxx> > --- > README.md | 65 +++++++------------------------------------------------ > 1 file changed, 8 insertions(+), 57 deletions(-) > > diff --git a/README.md b/README.md > index 9b22bd7..1aa023d 100644 > --- a/README.md > +++ b/README.md > @@ -44,9 +44,9 @@ module-init-tools project. > Compilation and installation > ============================ > > -In order to compiler the source code you need following software packages: > - - GCC compiler > - - GNU C library > +In order to compile the source code you need following software packages: s/need following/need the following/ perhaps? Although feel free to land it as-is. There are a few nitpicks/markdown fixes that I will send as follow-up. In either case: Reviewed-by: Emil Velikov <emil.l.velikov@xxxxxxxxx> > + - GCC/CLANG compiler > + - GNU C library / musl / uClibc > Will add a patch for clang permutation, as your CI series lands. -Emil