Adding clarification.

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

View File

@ -9,6 +9,8 @@ environment:
git clone https://git.owlcode.tech/sergiotarxz/JapaChar
cd JapaChar
flatpak-builder --repo=repo --user build me.sergiotarxz.JapaChar.yml --force-clean
# Ignore possible errors in the next command
# if you do not have JapaChar installed.
flatpak --user remove me.sergiotarxz.JapaChar
flatpak --user install me.sergiotarxz.JapaChar
```