summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Sibille <clements+git@lisible.xyz>2024-03-05 19:20:30 +0900
committerClement Sibille <clements+git@lisible.xyz>2024-03-05 19:20:30 +0900
commit7d5613f1e16430fcfc8ddb843be9435e10879bc0 (patch)
tree8260886d632bb63565d7d5d31d549d05163fa293 /README.md
parent4f36f9c7294fee4935ab9f787ee7738635038bf5 (diff)
Add lisiblepng-bin informations to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 725c88d..940dfc4 100644
--- a/README.md
+++ b/README.md
@@ -19,3 +19,11 @@ Alpha channels, interlacing, paletted images and non-mandatory chunks are not su
meson setup <builddir>
meson compile -C <builddir>
```
+
+## CLI
+
+``lisiblepng-bin`` is a program that decodes a PNG and outputs it as a PPM image to stdout.
+Usage is as follow:
+```bash
+lisiblepng <image_path>
+```
Go back to lisible.xyz