From c21d7ce3218c713a1b6b2e83caa9b13b4e5a1cff Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 25 Jul 2022 22:00:51 +0300 Subject: [PATCH] Add add-badge command to README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fb7dcda1..53f3d983c 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,11 @@ sendou.ink/ ### png ```bash -sips -s format png ./*.gif --out . +sips -s format png ./sundae.gif --out . ``` -### avif +### Add new badge to the database -https://github.com/lovell/avif-cli +```bash +npm run add-badge -- sundae "4v4 Sundaes" +```