Add usage section

This commit is contained in:
exu 2023-07-28 17:11:18 +02:00
parent 569a710058
commit 1bb04daed8

View File

@ -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 <host path>:/out gitea.exu.li/exu/aur-builder:latest <package>`
# Building
Example for single build
`buildah build -f builder-x86.dockerfile -t builderx86:latest`