diff --git a/README.md b/README.md index cc71bd5..fdaa3f3 100644 --- a/README.md +++ b/README.md @@ -150,13 +150,13 @@ of OS detection: | **codename**| SYS_CODE | If your distribution profide a version codename, it will be set with it. | The configuration files are loaded if exists in the following order: - 1) arch.conf.sh - 2) distro.conf.sh - 3) distro-arch.conf.sh - 4) distro-version.conf.sh - 5) distro-codename.conf.sh (if *$SYS_CODE* defined) - 6) distro-version-arch.conf.sh - 7) distro-codename-arch.conf.sh (if *$SYS_CODE* defined) + 1. arch.conf.sh + 2. distro.conf.sh + 3. distro-arch.conf.sh + 4. distro-version.conf.sh + 5. distro-codename.conf.sh (if *$SYS_CODE* defined) + 6. distro-version-arch.conf.sh + 7. distro-codename-arch.conf.sh (if *$SYS_CODE* defined) The loading of those files, if one exists, cannot be avoided. They all must be located in the *conf/auto* directory of the init.sh tree.