From 35deeb214a5b0821a31664e1d7c2cdf54e590f0e Mon Sep 17 00:00:00 2001 From: Vincent Texier <vit@free.fr> Date: Wed, 21 Oct 2020 12:12:48 +0200 Subject: [PATCH] [enh] add appimage build command in README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f434688c..89d49335 100644 --- a/README.md +++ b/README.md @@ -142,5 +142,13 @@ Deploy the package on the PyPi repository (prefix the command with a space in or [SPACE]make deploy PYPI_LOGIN=xxxx PYPI_PASSWORD=xxxx ``` +### AppImage + +```bash +make appimage +``` +The make command will do a wheel build, then create the AppImage file `ci/appimage/Sakia_x86_64.AppImage` + + ## License This software is distributed under [GNU GPLv3](https://raw.github.com/duniter/sakia/dev/LICENSE). -- GitLab