diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2021-04-14 03:17:15 +0900 | 
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-04-14 03:17:15 +0900 | 
| commit | 421ca4de58f620f4b40c8f1905eae41029902115 (patch) | |
| tree | 9b0de505cd3d2419d2738702790ca983a3c77697 | |
| parent | 19f66c29d98d69d5e42551636bca9f08bd50d65c (diff) | |
Add `Install from the source' section.
* README.md[Install from the source]: New section.
| -rw-r--r-- | README.md | 11 | 
1 files changed, 11 insertions, 0 deletions
| @@ -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: | 
