diff --git a/README.md b/README.md index 2f28c87c..afa3f6dc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For any questions regarding secvarctl, feel free to reach out: [Nick Child](nick ## REQUIREMENTS: -Must be on a POWER machine that supports Secure Boot (for reading and updating secure variables), x86 works for file generation and validation -Mbedtls version 2.14 and above or OpenSSL - -GNU Make or CMake + -GNU Make or CMake -C compiler @@ -221,4 +221,4 @@ For any questions regarding secvarctl, feel free to reach out: [Nick Child](nick ## License -The files located in the `external` directory are borrowed files from other packages. They retain their licenses from their respective license headers. For example, the file `external/linux/.clang-format` is protected under GPL-2.0 as specified by its file header and `external/skiboot/LICENSE` . All other files not in the `external` directory are protected under Apache 2.0, as specified in the `LICENSE` file. +The files located in the `external` directory are borrowed files from other packages. They retain their licenses from their respective license headers. For example, the file `external/linux/.clang-format` is protected under GPL-2.0 as specified by its file header and `external/linux/LICENSE` . All other files not in the `external` directory are protected under Apache 2.0, as specified in the `LICENSE` file.