From 8ce2f4758731f43a00f43e6cdafcad9b44b706c0 Mon Sep 17 00:00:00 2001 From: Mousemaster12 <142980781+Mousemaster12@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:46:43 +0300 Subject: [PATCH 1/3] Created README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000000..fd903645e6de --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +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 13911dd1d58ff117b54f9eabeb56e1050c7b1536 Mon Sep 17 00:00:00 2001 From: Mousemaster12 <142980781+Mousemaster12@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:49:05 +0300 Subject: [PATCH 2/3] Delete README.md --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index fd903645e6de..000000000000 --- a/README.md +++ /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. From 1cc8511a354f03dc486ce0a8098efa05d2f427f7 Mon Sep 17 00:00:00 2001 From: Mousemaster12 <142980781+Mousemaster12@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:49:36 +0300 Subject: [PATCH 3/3] Rename README to README.md Made README more Readable --- README => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README => README.md (100%) diff --git a/README b/README.md similarity index 100% rename from README rename to README.md