Added README production and development setup instructions

Improves the setup experience by explaining how to use the project for
production and/or development purposes.
This commit is contained in:
Brooke Kuhlmann
2020-03-15 12:09:09 -06:00
parent 788aec169a
commit 1769a8234a

View File

@@ -29,6 +29,8 @@ the two projects are meant to be used:
- [Screencast](#screencast) - [Screencast](#screencast)
- [Requirements](#requirements) - [Requirements](#requirements)
- [Setup](#setup) - [Setup](#setup)
- [Production](#production)
- [Development](#development)
- [Usage](#usage) - [Usage](#usage)
- [Boot Disk](#boot-disk) - [Boot Disk](#boot-disk)
- [Startup Security Utility](#startup-security-utility) - [Startup Security Utility](#startup-security-utility)
@@ -70,16 +72,17 @@ the two projects are meant to be used:
## Setup ## Setup
Open a terminal window and execute one of the following setup sequences depending on your version ### Production
preference:
Current Version (stable): To install, run:
git clone https://github.com/bkuhlmann/mac_os.git git clone https://github.com/bkuhlmann/mac_os.git
cd mac_os cd mac_os
git checkout 8.0.1 git checkout 8.0.1
Master Version (unstable): ### Development
To contribute, run:
git clone https://github.com/bkuhlmann/mac_os.git git clone https://github.com/bkuhlmann/mac_os.git
cd mac_os cd mac_os