aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-05-22 03:02:28 +0200
committerbozo.kopic <bozo@kopic.xyz>2022-05-23 00:15:13 +0200
commitd94ce591f20f0a561a68b239ece14f7f8fd487d9 (patch)
treeab187d9d6f146cf5da84f65b0806b034829cf705 /README.rst
parent128ded012ed9a1853f4ef73bd020156d0613446c (diff)
gtk4 rewrite
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 94a7be7..dd56277 100644
--- a/README.rst
+++ b/README.rst
@@ -9,16 +9,18 @@ Maildir GUI based on `mblaze <https://github.com/leahneukirchen/mblaze>`_
Requirements
------------
-* python3
+* gtk4
* mblaze
-Install
--------
+Build
+-----
::
- $ pip install mbgui
+ $ ./build.sh
+
+After running build script, ``mbgui`` is avalaible inside ``build`` folder.
Run
@@ -26,7 +28,7 @@ Run
::
- $ mbgui path/to/maildir ...
+ $ build/mbgui path/to/maildir ...
All command line arguments are passed to ``mdirs`` command (with additional
``-a`` argument).