From 1769a8234ae8e3c036c0bf24d049b99cd9f3b271 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sun, 15 Mar 2020 12:09:09 -0600 Subject: [PATCH] Added README production and development setup instructions Improves the setup experience by explaining how to use the project for production and/or development purposes. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2bb364c..e9f5ead 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ the two projects are meant to be used: - [Screencast](#screencast) - [Requirements](#requirements) - [Setup](#setup) + - [Production](#production) + - [Development](#development) - [Usage](#usage) - [Boot Disk](#boot-disk) - [Startup Security Utility](#startup-security-utility) @@ -70,16 +72,17 @@ the two projects are meant to be used: ## Setup -Open a terminal window and execute one of the following setup sequences depending on your version -preference: +### Production -Current Version (stable): +To install, run: git clone https://github.com/bkuhlmann/mac_os.git cd mac_os git checkout 8.0.1 -Master Version (unstable): +### Development + +To contribute, run: git clone https://github.com/bkuhlmann/mac_os.git cd mac_os