From 22d5081a3b6328ff68abe55e9874d7d914e242e2 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 21 Jun 2020 20:32:32 +0200 Subject: [PATCH] Move the docker build script into a `contrib` directory rel #23 --- README.md | 2 +- build-docker.sh => contrib/build-docker.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename build-docker.sh => contrib/build-docker.sh (100%) diff --git a/README.md b/README.md index 522da30..2de3f4d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ $ make $ make install ``` -To build ACMEd and tacd inside a temporary Docker container, use the `build-docker.sh` helper script. It currently supports Debian Buster / Stretch. +To build ACMEd and tacd inside a temporary Docker container, use the `contrib/build-docker.sh` helper script. It currently supports Debian Buster / Stretch. ## Frequently Asked Questions diff --git a/build-docker.sh b/contrib/build-docker.sh similarity index 100% rename from build-docker.sh rename to contrib/build-docker.sh