aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 91feeb3..df587a8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,12 @@
-# ils
+# Image utilities for the command line
-Like ls but for images
+Included utilities:
+
+ - ils: like ls but for images
+ - icat: display images in the terminal
+ - convert: convert between formats or resize images
+ - itest: check image properties
```
-go install roseh.moe/cmd/ils@latest
+go install roseh.moe/cmd/imgutil/...@latest
```