aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-04-14 03:17:15 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-04-14 03:17:15 +0900
commit421ca4de58f620f4b40c8f1905eae41029902115 (patch)
tree9b0de505cd3d2419d2738702790ca983a3c77697
parent19f66c29d98d69d5e42551636bca9f08bd50d65c (diff)
Add `Install from the source' section.
* README.md[Install from the source]: New section.
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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: