Fix typo in Readme file
[geeqie.git] / README.md
index aad45b6..1b7b4cc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,12 @@
 # Geeqie Readme
 
+Code Status:  
+![Build Status](https://github.com/BestImageViewer/geeqie/actions/workflows/check-build-actions.yml/badge.svg)
+
+Package Status:  
+[![Packaging status](https://repology.org/badge/tiny-repos/geeqie.svg)](https://repology.org/project/geeqie/versions)
+[![latest packaged version(s)](https://repology.org/badge/latest-versions/geeqie.svg)](https://repology.org/project/geeqie/versions)
+
 ## ![][image_ref_geeqie_png] Geeqie - an image viewer
 
 This is Geeqie, a successor of GQview.
@@ -59,7 +66,7 @@ Geeqie is a graphics file viewer. Basic features:
 * Viewing raster and vector images, in the following formats:
     * 3FR, ANI, APM, ARW, AVIF, BMP, CR2, CR3, CRW, CUR, DDS, DjVu, DNG, ERF, GIF, HEIC, HEIF, ICNS, ICO, JP2. JPE/JPEG/JPG, JPEG XL, JPS, KDC, MEF, MOS, MPO, MRW, NEF, ORF (including OM-1), PBM/PGM/PNM/PPM, PEF, PNG, PSD, PTX, QIF/QTIF (QuickTime Image Format), RAF, RAW, RW2, SCR (ZX Spectrum), SR2, SRF, SVG/SVGZ, TGA/TARGA, TIF/TIFF, WEBP, WMF, XBM, XPM.
     * Display images in archive files (.ZIP, .RAR etc.).
-    * Animated GIFs are supported.
+    * Animated GIF and WEBP files are supported.
 
 * Preview and thumbnails of video clips can be displayed. Clips can be run via a defined external program.
 
@@ -141,7 +148,7 @@ List compile options:
 
 Apply options e.g.:  
 `sudo ninja -C build uninstall`  
-`meson configure -Dpdf=enable -Dwebp=disable`  
+`meson configure build -Dpdf=enabled -Dwebp=disabled`  
 `ninja -C build install`
 
 Re-display configuration data:  
@@ -149,8 +156,8 @@ Re-display configuration data:
 
 Meaning of options:  
 `auto` If the library is not found, continue the installation  
-`enable` If the library is not found, stop the installation  
-`disable` Do not look for the library  
+`enabled` If the library is not found, stop the installation  
+`disabled` Do not look for the library  
 
 Uninstall:  
 `sudo ninja -C build uninstall`