diff --git a/README.md b/README.md index 58a9dfce..c0725922 100644 --- a/README.md +++ b/README.md @@ -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