From 269b85b0d0fc62877036cdd01cd2b62db212a142 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sat, 30 Oct 2021 11:56:17 +0200 Subject: [PATCH] Updating readme with instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 721c7ac..3201b4b 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file