diff --git a/README.md b/README.md
index f434688cbfde194d36cb95119758d4daa688b2d7..89d49335f9e6520ddb0e03d079c4f09c11084722 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).