Skip to content

Commit

Permalink
Update Build instruction style
Browse files Browse the repository at this point in the history
  • Loading branch information
ko2d committed Aug 30, 2023
1 parent 2711170 commit 4af8734
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,11 @@ Bootloader for macOS, Windows and Linux in UEFI and in legacy mode

# 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`

`cd ..`

`./buildme`
#
```bash
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
cd ..
./buildme
```

0 comments on commit 4af8734

Please sign in to comment.