summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2014-12-13 11:55:05 -0200
committerLucas De Marchi <lucas.demarchi@intel.com>2014-12-13 11:55:05 -0200
commit1dd4ff56f62942243e0959c4f274bf0f1f601ae6 (patch)
treeabe01b6b1d180e77308b3defd5f89920f095bd82
parentefb5bfaca938fa5991865c1e9a0c730dc919708c (diff)
downloadkmod-1dd4ff56f62942243e0959c4f274bf0f1f601ae6.tar.gz
kmod-1dd4ff56f62942243e0959c4f274bf0f1f601ae6.tar.bz2
kmod-1dd4ff56f62942243e0959c4f274bf0f1f601ae6.zip
README: move mailing list information to top
It seems people are missing the information about the mailing list, so let's move it to the top in hope it's more visible.
-rw-r--r--README49
1 files changed, 25 insertions, 24 deletions
diff --git a/README b/README
index 920cac3..c28ff53 100644
--- a/README
+++ b/README
@@ -1,5 +1,30 @@
kmod - Linux kernel module handling
+Information
+===========
+
+Mailing list:
+ linux-modules@vger.kernel.org (no subscription needed)
+
+Signed packages:
+ http://www.kernel.org/pub/linux/utils/kernel/kmod/
+
+Git:
+ git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
+ http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
+ https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
+
+Gitweb:
+ http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
+
+Irc:
+ #kmod on irc.freenode.org
+
+License:
+ LGPLv2.1+ for libkmod, testsuite and helper libraries
+ GPLv2+ for tools/*
+
+
OVERVIEW
========
@@ -40,30 +65,6 @@ flags, you just need to run 'bootstrap-configure'.
Make sure to read the CODING-STYLE file and the other READMEs: libkmod/README
and testsuite/README.
-Information
-===========
-
-Signed packages:
- http://www.kernel.org/pub/linux/utils/kernel/kmod/
-
-Mailing list:
- linux-modules@vger.kernel.org (no subscription needed)
-
-Git:
- git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
- http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
- https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
-
-Gitweb:
- http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
-
-Irc:
- #kmod on irc.freenode.org
-
-License:
- LGPLv2.1+ for libkmod, testsuite and helper libraries
- GPLv2+ for tools/*
-
Compatibility with module-init-tools
====================================