aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 11:16:45 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 11:16:45 +0100
commit8d65106425190ba15b2bc542d9a4fcb0181b881c (patch)
tree27b7a61d6b9eac15ff0de90959cd59c9d2524f4b /README.md
parentworkflows/ci: add a job to run docker buildx (diff)
downloadfr24feed-8d65106425190ba15b2bc542d9a4fcb0181b881c.tar.gz
fr24feed-8d65106425190ba15b2bc542d9a4fcb0181b881c.zip
Makefile: remove docker/build recipe
It's kinda counter-productive to have it, since it's exactly the same as compose/build.
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
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