From 421ca4de58f620f4b40c8f1905eae41029902115 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Wed, 14 Apr 2021 03:17:15 +0900 Subject: Add `Install from the source' section. * README.md[Install from the source]: New section. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e485558..61d5a7d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,17 @@ To install from the tarball, proceed the following: make make install +### Install from the source + +To install from the source, proceed the following: + + git clone https://git.tojo.tokyo/extract-green-color.git + cd extract-green-color + ./bootstrap + ./configure + make + make install + ## Usage To extract green color from `input.png` to `output.png`, proceed the following: -- cgit v1.2.3