diff --git a/README.md b/README.md index bfc1e3d9..6e4ec76e 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,12 @@ 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-x86_64-linux-gnu.tar.gz` if you are on Linux. 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). +- `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. +- `liana-1.1-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 + 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: diff --git a/contrib/release/release.sh b/contrib/release/release.sh index 87f7f5ec..a8e3c9aa 100755 --- a/contrib/release/release.sh +++ b/contrib/release/release.sh @@ -44,7 +44,7 @@ TARGET_DIR="$BUILD_DIR" ./contrib/reproducible/docker/docker-build.sh unzip ../contrib/release/debian/package.zip sed -i "s/VERSION_PLACEHOLDER/$VERSION/g" ./package/DEBIAN/control - cp "$BUILD_DIR/release/lianad" "$BUILD_DIR/release/liana-cli" "$BUILD_DIR/gui/release/liana-gui" ../README.md ./package/usr/local/bin/ + cp "$BUILD_DIR/release/lianad" "$BUILD_DIR/release/liana-cli" "$BUILD_DIR/gui/release/liana-gui" ../README.md ./package/usr/bin/ DIRNAME="liana_$VERSION-1_amd64" mv ./package "$DIRNAME" dpkg-deb --build "$DIRNAME"