From 49f003364442af1e39fd3feaedb13bd89c76ad33 Mon Sep 17 00:00:00 2001 From: Gorciu <122084593+gorciu-official@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:18:57 +0200 Subject: [PATCH 1/2] Update and rename README to README.md --- README | 18 ------------------ README.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index fd903645e6de06..00000000000000 --- a/README +++ /dev/null @@ -1,18 +0,0 @@ -Linux kernel -============ - -There are several guides for kernel developers and users. These guides can -be rendered in a number of formats, like HTML and PDF. Please read -Documentation/admin-guide/README.rst first. - -In order to build the documentation, use ``make htmldocs`` or -``make pdfdocs``. The formatted documentation can also be read online at: - - https://www.kernel.org/doc/html/latest/ - -There are various text files in the Documentation/ subdirectory, -several of them using the reStructuredText markup notation. - -Please read the Documentation/process/changes.rst file, as it contains the -requirements for building and running the kernel, and information about -the problems which may result by upgrading your kernel. diff --git a/README.md b/README.md new file mode 100644 index 00000000000000..181541a3460e84 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Linux kernel + +There are several guides for kernel developers and users. + +These guides can be rendered in a number of formats, like HTML and PDF. + +Please read `Documentation/admin-guide/README.rst` first. + +In order to build the documentation, use `make htmldocs` or `make pdfdocs`. The formatted documentation can also be read online at: + +https://www.kernel.org/doc/html/latest/ + +There are various text files in the Documentation/ subdirectory, several of them using the reStructuredText markup notation. + +Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel. From f9edf21f9839047cc180a94b817f520e4385daf6 Mon Sep 17 00:00:00 2001 From: Gorciu <122084593+gorciu-official@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:19:30 +0200 Subject: [PATCH 2/2] Update and rename COPYING to COPYING.md --- COPYING => COPYING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename COPYING => COPYING.md (100%) diff --git a/COPYING b/COPYING.md similarity index 100% rename from COPYING rename to COPYING.md