Skip to content

Commit 8511a87

Browse files
authored
Update README.md
1 parent e2d94f5 commit 8511a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# QEFI ![Build on Linux](https://github.com/inokinoki/qefivar/actions/workflows/build-qefi-linux-release.yml/badge.svg) [![Build on Windows](https://github.com/Inokinoki/qefivar/actions/workflows/build-qefi-windows-release.yml/badge.svg)](https://github.com/Inokinoki/qefivar/actions/workflows/build-qefi-windows-release.yml) [![Build on FreeBSD](https://github.com/Inokinoki/qefivar/actions/workflows/build-qefi-freebsd-release.yml/badge.svg)](https://github.com/Inokinoki/qefivar/actions/workflows/build-qefi-freebsd-release.yml)
22

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) .
44

55
# Build
66

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.
88

99
```shell
1010
mkdir -p build

0 commit comments

Comments
 (0)