Improving Readme.
This commit is contained in:
parent
2e6dbc1963
commit
a09e0e49fc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user