:: commit 610d6865e8777a13f745c5858728370eed699566

mintsuki <mintsuki@protonmail.com> — 2022-07-05 19:04

parents: bfbe8e005a

docs: Update README.md

diff --git a/README.md b/README.md
index e006a0c6..45eb6ada 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,9 @@ For example, to clone the latest binary release of the `v3.x` branch one can do
 ```bash
 git clone https://github.com/limine-bootloader/limine.git --branch=v3.0-branch-binary --depth=1
 ```
-or, to clone a specific binary point release (for example `v3.10.1`)
+or, to clone a specific binary point release (for example `v3.10.2`)
 ```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v3.10.1-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v3.10.2-binary --depth=1
 ```
 
 In order to rebuild `limine-deploy`, simply run `make` in the binary
@@ -119,9 +119,9 @@ The generated bootloader files are going to be in `bin`.
 ## Installing Limine binaries
 
 This step is optional as the bootloader binaries can be used from the `bin` or
-release directory just fine. This step will only install them to a `share` and
+release directory just fine. This step will only install them to `share`, `include`, and
 `bin` directories in the specified prefix (default is `/usr/local`, see
-`./configure --help`, or the `PREFIX` variable if installing a binary release).
+`./configure --help`, or the `PREFIX` variable if installing from a binary release).
 
 To install Limine, run:
 ```bash
tab: 248 wrap: offon