Skip to content

Commit

Permalink
docs: Update example Limine version in README to 4.20230928.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Sep 28, 2023
1 parent 7336d25 commit f4297a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ For example, to clone the latest binary release of the `v4.x` branch one can do
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v4.x-branch-binary --depth=1
```
or, to clone a specific binary point release (for example `v4.20230928.0`)
or, to clone a specific binary point release (for example `v4.20230928.1`)
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v4.20230928.0-binary --depth=1
git clone https://github.com/limine-bootloader/limine.git --branch=v4.20230928.1-binary --depth=1
```

In order to rebuild host utilities like `limine-deploy`, simply run `make` in the binary
Expand Down

0 comments on commit f4297a3

Please sign in to comment.