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 +```