From 4e8f75d8e1b5f1bd4d30260e90a3c6083e15c7d3 Mon Sep 17 00:00:00 2001 From: DrMint Date: Fri, 25 Feb 2022 15:58:47 +0100 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e41ee8..a84b858 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ # img.accords-library.com -To install cwebp, run the following command: -```sh +## Installation + +```bash +git clone https://github.com/Accords-Library/img.accords-library.com.git +cd img.accords-library.com +``` + +To install imagemagick, run the following command: +```bash ./install.sh ``` To convert the images run: -(possibly change the source image folder in the script) -```sh -./run_prepareimg.sh +(possibly change the source image folder in the script beforehand) +```bash +python ./run_prepareimg.py ```