You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# QEFI [](https://github.com/Inokinoki/qefivar/actions/workflows/build-qefi-windows-release.yml)[](https://github.com/Inokinoki/qefivar/actions/workflows/build-qefi-freebsd-release.yml)
2
2
3
-
A Qt library to read/write EFI variables on Linux (based on efivar) or Windows (using win32 API).
3
+
A Qt library to read/write EFI variables on Linux, FreeBSD (using system library), or Windows (using win32 API).
4
4
5
5
# Build
6
6
7
-
The library depends on Qt and efivar on*nix OSes, ensure that you have one installed. On Windows, it utilizes the WIN32 API and needs Qt.
7
+
The library only depends on Qt on Linux or*nix OSes. On Windows, it utilizes the WIN32 API and needs Qt.
0 commit comments