Merge #1070: doc/USAGE: point to our website for download

744d8f856cdf0f3e3aa94f26e85e49202516244e doc/USAGE: point to our website for download (Antoine Poinsot)

Pull request description:

  No need to update this document for every single version anymore. Also, Github doesn't let us access how many people download the binaries.

ACKs for top commit:
  darosior:
    self-ACK 744d8f856cdf0f3e3aa94f26e85e49202516244e -- only doc

Tree-SHA512: 0204bf830026acbea84b1b7f456e1735fd1e951260b904f8b06fff47dc0f1a218efc155e014faaa6df34e2eaffd4b7742aa37e09aca3c4c97eeb27cf17f30f57
This commit is contained in:
Antoine Poinsot 2024-04-01 17:02:30 +02:00
commit 21f2d593c7
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -6,27 +6,17 @@ Bitcoin Signet, check out [this guide](doc/TRY.md) instead.
### Installing the software
The recommended installation method for regular users is to download [an executable software
release](https://github.com/wizardsardine/liana/releases). If you prefer to build the project from
source, see [`BUILD.md`](BUILD.md) instead.
The recommended installation method for regular users is to download [an executable software release
from our website](https://wizardsardine.com/liana/). If you prefer to build the project from source,
see [`BUILD.md`](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-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).
For every file available on the release page, there is an accompanying `.asc` file with the same
name. This is a GPG signature made with Antoine Poinsot's key:
`590B7292695AFFA5B672CBB2E13FC145CD3F4304`. This key is available elsewhere for cross-checking, such
as on [his Twitter profile](https://twitter.com/darosior) or his [personal
website](http://download.darosior.ninja/darosior.pub). It is recommended you verify your download
against this key.
We recommend you verify the software you downloaded against a PGP signature made by Antoine Poinsot
using his key `590B7292695AFFA5B672CBB2E13FC145CD3F4304`. For now the PGP signatures for the
binaries downloaded on our website are only available on the [Github release
page](https://github.com/wizardsardine/liana/releases). Find the `.asc` file in the list
corresponding to the binary you downloaded. Antoine's key is available elsewhere for cross-checking,
such as on [his Twitter profile](https://twitter.com/darosior) or [Bitcoin Core's like of builder
keys](https://github.com/bitcoin-core/guix.sigs/blob/main/builder-keys/darosior.gpg).
For Arch users, a `liana-bin` is also available at the [AUR](https://aur.archlinux.org/). You can
install it using your favourite wrapper (eg `paru -S liana-bin` or `yay -S liana-bin`), or manually: