From 04b80461c8635ed89b9e90d84d3c388e190af1dc Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 19 Jun 2024 12:18:17 -0700 Subject: [PATCH] add instructions to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 157911d..a506642 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,14 @@ This repo contains mock configs (in templated form) for Rocky Linux and its build roots. The use of these require a system that has mock installed from EPEL or Fedora. +## Using the Mock Configuration + To deploy to your home directory, just run `bash deploy.sh` + +To use a given configuration, you can use `mock -r rl-X-x86_64`, replacing X with +a version. Below are some examples. + +* `mock -r rl-9-x86_64` +* `mock -r rl-9-i686` +* `mock -r rl-10-lookahead-x86_64` +* `mock -r rl-10-lookahead-aarch64`