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