From 3c3123a50d1517aee660a300728a1824606092b3 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Mon, 5 Sep 2022 18:32:46 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 5ccf9dd..32c122f 100644 --- a/README.md +++ b/README.md @@ -166,10 +166,6 @@ Extract covers to ~/covers dir for all supported files found in the directory, L ### Compile -Install ImageMagick development packages, e.g. on Ubuntu: - -`apt-get install libmagickcore-dev libmagickwand-dev` - -Install to GOBIN: +Install ImageMagick 7 libraries and headers and then install to GOBIN: `go install github.com/gen2brain/cbconvert/cmd/cbconvert@latest`