From ab405c11cd6ad9e81cee2006e80d52f0f3e1f97f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 16 Dec 2021 10:58:40 +0100 Subject: [PATCH] add build command to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9f87977..8c2070e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ This repository is a simple wrapper to provide CI driven RMP builds from upstream releases. +## Build + +```Shell +docker run -v $(pwd):/drone/src --workdir /drone/src -it thegeeklab/rpmbuild:7 make all +docker run -v $(pwd):/drone/src --workdir /drone/src -it thegeeklab/rpmbuild:8 make all +``` + ## License This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/rpmbuild/cups/src/branch/master/LICENSE) file for details.