Updating readme with instructions

This commit is contained in:
sergiotarxz 2021-10-30 11:56:17 +02:00
parent 215563d862
commit 269b85b0d0
1 changed files with 11 additions and 0 deletions

View File

@ -1,2 +1,13 @@
# mangareader
## How to compile
Simply run `make` in the cloned directory and install the missing dev dependencies in your system if any.
Usually the packages you need end in -dev or -devel.
This is likely to change in the future to use the `meson` build system.
## How to run
Run `./main` in the cloned directory.