Skip to content

Commit 491df0c

Browse files
authored
Add sorce build suggestion
1 parent 945a0f5 commit 491df0c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# CloverBootloader
23
Bootloader for macOS, Windows and Linux in UEFI and in legacy mode
34
# Features
@@ -24,3 +25,14 @@ Bootloader for macOS, Windows and Linux in UEFI and in legacy mode
2425
- Create Clover boot entry in NVRAM with tool from GUI
2526
- Launch EFI command shell from GUI
2627
- Startup sound controlled by **F8** and checked by **F7**
28+
29+
# Building from Source
30+
31+
`mkdir -p $HOME/src && cd $HOME/src`
32+
33+
`git clone -q https://github.com/CloverHackyColor/CloverBootloader`
34+
35+
`cd CloverBootloader && git submodule update --init --recursive`
36+
37+
`cd OpenCorePkg && git checkout master && git pull`
38+
#

0 commit comments

Comments
 (0)