From 93b890e639dccc069c5fab25a92dab8d957e5418 Mon Sep 17 00:00:00 2001 From: Aidan Kahrs Date: Fri, 3 Mar 2017 17:34:21 -0500 Subject: [PATCH] add mock install to setup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index daac027..b379f0b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ TigerOS ``` git clone https://github.com/RITlug/TigerOS.git ``` +* Install [Mock](https://github.com/rpm-software-management/mock/wiki) according to your system. ### Build the ISO From the directory where you cloned this repo run the commands below. You may need to preface it with `sudo` if you do not have root privileges. ```