From 2f430fccf91d271e7d3a7de38dcb89046ccd89df Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Fri, 25 Aug 2023 14:43:50 +0200 Subject: [PATCH] README: add missing filename for MacOS. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e4ec76e..b7be177c 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ source, see [`doc/BUILD.md`](doc/BUILD.md) instead. Head to the [release page](https://github.com/wizardsardine/liana/releases) and download the right 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-1.1.exe` if you are on Windows, - `liana_1.1-1_amd64.deb` if you are running a Debian-based Linux (such as Ubuntu). Use `apt install ./liana_1.1-1_amd64.deb` as root (or preceded by `sudo`) to install it.