Update README.md

This commit is contained in:
DrMint 2022-02-25 15:58:47 +01:00 committed by GitHub
parent 6ca096c409
commit 4e8f75d8e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 5 deletions

View File

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