Add sorce build suggestion

This commit is contained in:
LAbyOne 2022-10-18 18:46:43 +02:00 committed by GitHub
parent 945a0f59fd
commit 491df0cf10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# CloverBootloader
Bootloader for macOS, Windows and Linux in UEFI and in legacy mode
# Features
@ -24,3 +25,14 @@ Bootloader for macOS, Windows and Linux in UEFI and in legacy mode
- Create Clover boot entry in NVRAM with tool from GUI
- Launch EFI command shell from GUI
- Startup sound controlled by **F8** and checked by **F7**
# Building from Source
`mkdir -p $HOME/src && cd $HOME/src`
`git clone -q https://github.com/CloverHackyColor/CloverBootloader`
`cd CloverBootloader && git submodule update --init --recursive`
`cd OpenCorePkg && git checkout master && git pull`
#