README: update binaries' version to 3.0

This commit is contained in:
Antoine Poinsot 2023-10-30 16:32:56 +01:00
parent 49ce6e789b
commit b1e4e3ebab
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, executable for your platform. If you are not sure what is the "right" executable for your platform,
choose: choose:
- `Liana.zip` if you are on MacOS, - `Liana.zip` if you are on MacOS,
- `liana-2.0.exe` if you are on Windows, - `liana-3.0.exe` if you are on Windows,
- `liana_2.0-1_amd64.deb` if you are running a Debian-based Linux (such as Ubuntu). Use `apt install - `liana_3.0-1_amd64.deb` if you are running a Debian-based Linux (such as Ubuntu). Use `apt install
./liana_2.0-1_amd64.deb` as root (or preceded by `sudo`) to install it. ./liana_3.0-1_amd64.deb` as root (or preceded by `sudo`) to install it.
- `liana-2.0-x86_64-linux-gnu.tar.gz` if you use another Linux distribution. Note you may have to - `liana-3.0-x86_64-linux-gnu.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 compile the software yourself if you are on Linux. See the [section
below](#a-note-on-linux-binaries-and-glibc-version). below](#a-note-on-linux-binaries-and-glibc-version).