Adding installation instructions.

This commit is contained in:
sergiotarxz 2024-06-24 17:20:06 +02:00
parent c44affa1ed
commit fad5e00c7c
1 changed files with 13 additions and 0 deletions

View File

@ -1,2 +1,15 @@
# JapaChar
## Installing in Linux
Run these commands with flatpak correctly configured for your desktop
environment:
```shell
git clone https://git.owlcode.tech/sergiotarxz/JapaChar
cd JapaChar
flatpak-builder --repo=repo --user build me.sergiotarxz.JapaChar.yml --force-clean
flatpak --user remove me.sergiotarxz.JapaChar
flatpak --user install me.sergiotarxz.JapaChar
```
You should find the app installed for your desktop.