diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-07-25 14:25:14 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-07-25 19:05:27 +0200 |
commit | dcc5b6c719bec84fe90c64037fa9a69f53095c3f (patch) | |
tree | cc9b3e6831dc27a76d099caee2e5aa22f722860f /README.adoc | |
parent | eca319e5e4aa76900721545531ea0d6545298143 (diff) | |
download | fiv-dcc5b6c719bec84fe90c64037fa9a69f53095c3f.tar.gz fiv-dcc5b6c719bec84fe90c64037fa9a69f53095c3f.tar.xz fiv-dcc5b6c719bec84fe90c64037fa9a69f53095c3f.zip |
Use GSettings for a new native window toggle
Also, redo desktop files handling.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 0ace297..13d92ba 100644 --- a/README.adoc +++ b/README.adoc @@ -50,9 +50,9 @@ ExifTool, resvg (unstable API, needs to be requested explicitly) $ meson compile Considering the vast amount of dynamically-linked dependencies, do not attempt -direct installations. To test the program, help it find its custom thumbnailer: +direct installations via `ninja install`. To test the program: - $ PATH=$(pwd):$PATH ./fiv + $ meson devenv fiv The lossless JPEG cropper is intended to be invoked from a context menu. |