Skip to content

Commit

Permalink
docs: Update example Limine version in README to 5.20231121.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Nov 21, 2023
1 parent d4ffe99 commit 6ed64be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ For example, to clone the latest binary release of the `v5.x` branch one can do
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1
```
or, to clone a specific binary point release (for example `v5.20231114.1`)
or, to clone a specific binary point release (for example `v5.20231121.0`)
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v5.20231114.1-binary --depth=1
git clone https://github.com/limine-bootloader/limine.git --branch=v5.20231121.0-binary --depth=1
```

In order to rebuild host utilities like `limine`, simply run `make` in the binary
Expand Down

0 comments on commit 6ed64be

Please sign in to comment.