Readme.md (460B)
1 # Gtk4 Email Client 2 3 This is currently WIP. 4 5 ## Building 6 7 ### Rust 8 9 To just run it locally running `cargo run` is enough. 10 11 ### Flatpak 12 13 To test a flatpak build you first need to run: 14 15 ```bash 16 flatpak-builder --user flatpak_app build-aux/de.nordgedanken.Email.Devel.yaml --force-clean 17 ``` 18 19 to build it and then you can use the following command to launch it: 20 21 ```bash 22 flatpak-builder --run flatpak_app build-aux/de.nordgedanken.Email.Devel.yaml mail-client 23 ```