Warning, /utilities/notae/README.md is written in an unsupported language. File is not indexed.

0001 # Notae
0002 
0003 A simple note taking application that automatically saves your work.
0004 
0005 ![ window](.gitlab/notae.png)
0006 
0007 ## Build Flatpak
0008 
0009 To build a flatpak bundle of Notae use the following instructions:
0010 
0011 ```bash
0012 $ git clone https://invent.kde.org/utilities/notae.git
0013 $ cd notae
0014 $ flatpak-builder --repo=repo build-dir --force-clean .flatpak-manifest.json --install-deps-from=flathub
0015 $ flatpak build-bundle repo template.flatpak org.kde.notae
0016 ```
0017 
0018 Now you can either double-click the `notae.flatpak` file to open it with
0019 some app store (discover, gnome-software, etc...) or run:
0020 
0021 ```bash
0022 $ flatpak install notae.flatpak
0023 ```