Merge #886: README: latest version is 4.0

f620dcbff59e1b10de5bbfc2186b3eed57dddc58 README: latest version is 4.0 (Antoine Poinsot)

Pull request description:

ACKs for top commit:
  darosior:
    self-ACK f620dcbff59e1b10de5bbfc2186b3eed57dddc58

Tree-SHA512: 2c315467ad9b94117e08c15e09e04a115fefed8b3dd61c966a7acc77b05658d3e911eee451be507623bf550172f2462c8a843b31becae7478fb57820a75020e0
This commit is contained in:
Antoine Poinsot 2023-12-15 13:35:12 +01:00
commit 48feee16f5
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -45,10 +45,10 @@ Head to the [release page](https://github.com/wizardsardine/liana/releases) and
executable for your platform. If you are not sure what is the "right" executable for your platform,
choose:
- `Liana.zip` if you are on MacOS,
- `liana-3.0.exe` if you are on Windows,
- `liana_3.0-1_amd64.deb` if you are running a Debian-based Linux (such as Ubuntu). Use `apt install
./liana_3.0-1_amd64.deb` as root (or preceded by `sudo`) to install it.
- `liana-3.0-x86_64-linux-gnu.tar.gz` if you use another Linux distribution. Note you may have to
- `liana-4.0.exe` if you are on Windows,
- `liana_4.0.deb` if you are running a Debian-based Linux (such as Ubuntu). Use `apt install
./liana_4.0.deb` as root (or preceded by `sudo`) to install it.
- `liana-4.0.tar.gz` if you use another Linux distribution. Note you may have to
compile the software yourself if you are on Linux. See the [section
below](#a-note-on-linux-binaries-and-glibc-version).