Improving Readme.

This commit is contained in:
sergiotarxz 2024-06-24 17:24:40 +02:00
parent 2e6dbc1963
commit a09e0e49fc
1 changed files with 4 additions and 3 deletions

View File

@ -3,15 +3,16 @@
## Installing in Linux
Run these commands with flatpak correctly configured for your desktop
environment:
environment with flathub support:
```shell
flatpak --user install org.gnome.Platform//46
flatpak --user install org.gnome.Sdk//46
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
flatpak-builder --install --user build me.sergiotarxz.JapaChar.yml --force-clean
```
You should find the app installed for your desktop.