Skip to content
Snippets Groups Projects
Commit 35deeb21 authored by Vincent Texier's avatar Vincent Texier
Browse files

[enh] add appimage build command in README.md

parent ebc27ed6
No related branches found
No related tags found
1 merge request!787Release 0.53.1
......@@ -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).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment