mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-05 20:34:33 +03:00
docs: Update README.md
This commit is contained in:
parent
2f299b1f0d
commit
012d0627be
17
README.md
17
README.md
@ -41,20 +41,15 @@ or, to clone a specific binary point release (for example v2.0.1)
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v2.0.1-binary --depth=1
|
||||
```
|
||||
|
||||
Additionally, the absolute latest Limine binary release can be obtained by fetching
|
||||
the `latest-binary` branch:
|
||||
```bash
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=latest-binary --depth=1
|
||||
```
|
||||
|
||||
`limine-install` binaries are provided for Linux and Windows. In case one wants to
|
||||
rebuild `limine-install`, simply use `make` in the binary release.
|
||||
|
||||
## Warning about using `trunk`
|
||||
|
||||
Please refrain from using the `trunk` branch of this repository directly, unless
|
||||
you have a *very* good reason to.
|
||||
The `trunk` branch is unstable, and non-backwards compatible changes are made to it
|
||||
routinely.
|
||||
|
||||
Also note that the documentation contained in `trunk` does not reflect the
|
||||
documentation for the specific releases, and one should refer to the releases'
|
||||
respective documentation instead, contained in their files.
|
||||
|
||||
## Building the bootloader
|
||||
|
||||
*These steps are not necessary if cloning a binary release. if so, skip to the*
|
||||
|
Loading…
Reference in New Issue
Block a user