Adding installation instructions.
This commit is contained in:
parent
c44affa1ed
commit
fad5e00c7c
13
README.md
13
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue