Warning, /utilities/francis/README.md is written in an unsupported language. File is not indexed.
0001 <!-- 0002 SPDX-FileCopyrightText: 2022 Felipe Kinoshita <kinofhek@gmail.com> 0003 SPDX-License-Identifier: CC0-1.0 0004 --> 0005 0006 # Francis 0007 0008  0009 0010 Track your time. 0011 0012  0013 0014 Francis uses the well-known pomodoro technique to help you get more productive. 0015 0016 ## Build Flatpak 0017 0018 To build a flatpak bundle of Francis use the following instructions: 0019 0020 ```bash 0021 $ git clone https://invent.kde.org/fhek/francis.git 0022 $ cd francis 0023 $ flatpak-builder --repo=repo build-dir --force-clean org.kde.francis.json --install-deps-from=flathub 0024 $ flatpak build-bundle repo francis.flatpak org.kde.francis 0025 ``` 0026 0027 Now you can either double-click the `francis.flatpak` file to open it with 0028 some app store (discover, gnome-software, etc...) or run: 0029 0030 ```bash 0031 $ flatpak install francis.flatpak 0032 ```