diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-10-22 11:51:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 11:51:08 +0300 |
commit | de6b3411338c6ea33536e3d7a28cd3c9cc1d582f (patch) | |
tree | 0f3c6bfb7b99e7d91c95ffea30484481d2db8ac5 /Lessons/Lesson_45/README.md | |
parent | 43a33dd6676acebded9e8879f1210cca5d974564 (diff) | |
download | UEFI-Lessons-de6b3411338c6ea33536e3d7a28cd3c9cc1d582f.tar.gz UEFI-Lessons-de6b3411338c6ea33536e3d7a28cd3c9cc1d582f.tar.bz2 UEFI-Lessons-de6b3411338c6ea33536e3d7a28cd3c9cc1d582f.zip |
Update Lesson 45 README.md
Diffstat (limited to 'Lessons/Lesson_45/README.md')
-rw-r--r-- | Lessons/Lesson_45/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lessons/Lesson_45/README.md b/Lessons/Lesson_45/README.md index 0284066..abd9596 100644 --- a/Lessons/Lesson_45/README.md +++ b/Lessons/Lesson_45/README.md @@ -161,8 +161,6 @@ EFI_HII_PACKAGE_HEADER.type = EFI_HII_PACKAGE_STRINGS # Create app from template -Now when we have our `InitStringPackage` function that creates string packages it is time to create the application that would create Package list with String packages. - Initialize new app from our template script: ``` ./createNewApp.sh HIIStringsC |