From b922a2d4a25b28e29f47701a74845ef9537a93a7 Mon Sep 17 00:00:00 2001 From: "Mr. Stuzer" <23124682+stuzer05@users.noreply.github.com> Date: Sun, 17 Oct 2021 19:41:34 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abe9875..2b9919f 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,16 @@ By default, makefile uses `convert` file of ImageMagick software, but you can ch make CC= ``` or by changing the following line in a makefile -``` -CC = magick +```make +CC = convert ``` Also, the default image filename make is looking for is `source.png`, and you can change that either passing the new filename as a parameter -``` +```bash make SOURCE= ``` or by changing the following line -``` +```make SOURCE ?= ```