Added README.md and LICENSE.txt
This commit is contained in:
parent
f5edc1f1e8
commit
075ed7cac3
2 changed files with 34 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Simple EFI Library (SEL)
|
||||
|
||||
## Usage
|
||||
|
||||
Simply put `#include "efi.h"` into your source code and you're good to go.
|
||||
`efilib.h` provides additional functionality, but is not required for it to be included.
|
||||
|
||||
## Contributing
|
||||
|
||||
PRs are welcome for fixing spelling or formatting mistakes, otherwise open an issue.
|
||||
|
||||
## License
|
||||
|
||||
Simple EFI Library is licensed under the MIT license, which you can find [here](LICENSE.txt).
|
Loading…
Add table
Add a link
Reference in a new issue