From a47995a4b74089d348cf14016435d09b9947e84e Mon Sep 17 00:00:00 2001 From: boypt <1033514+boypt@users.noreply.github.com> Date: Wed, 7 Jan 2026 13:53:15 +0800 Subject: [PATCH] update doc --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f06016d..924f6ca 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,11 @@ Similar Project: [Backport OpenSSH for Debian / Ubuntu distros](https://github.c ## Project Structure -- `el5`: Designed for legacy environments. It requires independent compilation of toolchains (e.g., Perl) to support the build process. -- `el6`: Utilizes traditional SysVinit scripts for service startup. -- `el7`: Adopts modern Systemd unit files for service management. +`el5`: Designed for legacy environments. It requires independent compilation of toolchains (e.g., Perl) to support the build process. +`el6`: Utilizes traditional SysVinit scripts for service startup. +`el7`: Adopts modern Systemd unit files for service management. + +**Note**: The directory names (`el5`, `el6`, `el7`) serve as functional templates for different environment types. For instance, the Systemd units in `el7` are applicable not only to EL7 but also to EL8, EL9, and other modern distributions that rely on Systemd. ## Current Version: