From 1bb04daed89c5bce766158c39a7f540dad34283c Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 28 Jul 2023 17:11:18 +0200 Subject: [PATCH] Add usage section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4463c6b..281a1c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# Usage + +To use this container, simply provide the name of an AUR package after the image +Make sure to mount `/out` inside the container to a directory on your host, to receive the package output +`podman run -v :/out gitea.exu.li/exu/aur-builder:latest ` + +# Building + Example for single build `buildah build -f builder-x86.dockerfile -t builderx86:latest`