From c8dc4274381f39385a27869ba41f61d167e8b644 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Thu, 11 Sep 2025 08:27:57 +0200 Subject: [PATCH] Add Dependencies section to README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0c443cd..6870b1d 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,7 @@ True color if the terminal supports it, otherwise falls back to small palette. `termage` uses ImageMagick to convert your image to ppm format, properly scaled as well,, which is fed to `termage` for display. -## Build - -`make` - -after building and installing dependencies: +## Dependencies - [libscerror](https://git.bobpolis.com/bob/libscerror/) - [libscstring](https://git.bobpolis.com/bob/libscstring/) @@ -17,16 +13,20 @@ after building and installing dependencies: - NetPBM (development library) - ImageMagick (tools) +## Build + +`make` + ## Install `sudo make install` -or, on OpenBSD: - -`doas gmake install` - ## Run `termage ` : Shows given image file in the terminal. + +## Documentation + +`man termage`