From 8d65106425190ba15b2bc542d9a4fcb0181b881c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 8 Feb 2023 11:16:45 +0100 Subject: Makefile: remove docker/build recipe It's kinda counter-productive to have it, since it's exactly the same as compose/build. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b09f217..fd8f2d2 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,9 @@ in dump1090 container output if your dongle isn't supported. Development ----------- -TL;DR: build the native images using +TL;DR: build Docker images using - make compose/build - -Or, if you have Compose version 1.24.x or below, - - make docker/build + make ### Dependencies -- cgit v1.2.3