Warning, /utilities/toad/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 # Tasks
0007 
0008 Organize your tasks
0009 
0010 ![tasks window](https://cdn.kde.org/screenshots/tasks/tasks.png)
0011 
0012 ## Build Flatpak
0013 
0014 To build a flatpak bundle of Tasks use the following instructions:
0015 
0016 ```bash
0017 $ git clone https://invent.kde.org/utilities/toad.git
0018 $ cd toad
0019 $ flatpak-builder --repo=repo build-dir --force-clean org.kde.tasks.json
0020 $ flatpak build-bundle repo tasks.flatpak org.kde.tasks
0021 ```
0022 
0023 Now you can either double-click the `tasks.flatpak` file to open it with
0024 some app store (discover, gnome-software, etc...) or run:
0025 
0026 ```bash
0027 $ flatpak install tasks.flatpak
0028 ```