:: commit 012d0627bec2f9577ae6902db533f7b0e966776c

mintsuki <mintsuki@protonmail.com> — 2021-03-29 17:08

parents: 2f299b1f0d

docs: Update README.md

diff --git a/README.md b/README.md
index 50780edd..59fefef9 100644
--- a/README.md
+++ b/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*
tab: 248 wrap: offon