docs: README.md: Update for branch name changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user