docs: README.md: Update for branch name changes

This commit is contained in:
mintsuki 2024-02-27 12:13:15 +01:00
parent 668fb3cbb9
commit 8ba483bb16

View File

@ -61,9 +61,9 @@ are shipped in the `-binary` branches and tags of this repository
(see [branches](https://github.com/limine-bootloader/limine/branches/all) and
[tags](https://github.com/limine-bootloader/limine/tags)).
For example, to clone the latest binary release, one can do:
For example, to clone the latest binary release of the `7.x` branch, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=binary --depth=1
git clone https://github.com/limine-bootloader/limine.git --branch=v7.x-binary --depth=1
```
or, to clone a specific binary point release (for example `7.0.5`):
```bash