From eea09925e0c943ae9c4066afe5bd131d08548d54 Mon Sep 17 00:00:00 2001 From: DrMint Date: Sat, 19 Feb 2022 05:36:51 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92a0a93..2e41ee8 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# img.accords-library.com \ No newline at end of file +# img.accords-library.com + +To install cwebp, run the following command: +```sh +./install.sh +``` + +To convert the images run: +(possibly change the source image folder in the script) +```sh +./run_prepareimg.sh +```