2024-06-24 05:13:16 +02:00
|
|
|
# JapaChar
|
|
|
|
|
2024-06-24 17:50:54 +02:00
|
|
|
## Demostration
|
|
|
|
|
2024-06-24 17:56:28 +02:00
|
|
|
<video controls src="https://git.owlcode.tech/sergiotarxz/JapaChar/raw/branch/main/demo-2.mp4"></video>
|
2024-06-24 17:55:33 +02:00
|
|
|
<video controls src="https://git.owlcode.tech/sergiotarxz/JapaChar/raw/branch/main/demo.mp4"></video>
|
2024-06-24 17:50:54 +02:00
|
|
|
|
2024-06-24 17:45:27 +02:00
|
|
|
These instructions are safe to follow even if you have JapaChar installed,
|
|
|
|
it will preserve your progress so you can continue learning from
|
|
|
|
where you were.
|
|
|
|
|
|
|
|
## Installing in Linux (Flatpak)
|
2024-06-24 17:20:06 +02:00
|
|
|
|
|
|
|
Run these commands with flatpak correctly configured for your desktop
|
2024-06-24 17:24:40 +02:00
|
|
|
environment with flathub support:
|
2024-06-24 17:20:06 +02:00
|
|
|
|
|
|
|
```shell
|
2024-06-24 17:24:40 +02:00
|
|
|
flatpak --user install org.gnome.Platform//46
|
|
|
|
flatpak --user install org.gnome.Sdk//46
|
2024-06-24 17:20:06 +02:00
|
|
|
git clone https://git.owlcode.tech/sergiotarxz/JapaChar
|
|
|
|
cd JapaChar
|
2024-06-24 17:21:24 +02:00
|
|
|
# Ignore possible errors in the next command
|
|
|
|
# if you do not have JapaChar installed.
|
2024-06-24 17:20:06 +02:00
|
|
|
flatpak --user remove me.sergiotarxz.JapaChar
|
2024-06-24 17:24:40 +02:00
|
|
|
flatpak-builder --install --user build me.sergiotarxz.JapaChar.yml --force-clean
|
2024-06-24 17:20:06 +02:00
|
|
|
```
|
|
|
|
You should find the app installed for your desktop.
|