mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-28 03:19:37 +03:00
docs: README.md: Update for branch name changes
This commit is contained in:
parent
668fb3cbb9
commit
8ba483bb16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user