Update README.md
Browse files
README.md
CHANGED
|
@@ -39,26 +39,6 @@ This container includes macOS, which is proprietary software owned by Apple Inc.
|
|
| 39 |
|
| 40 |
---
|
| 41 |
|
| 42 |
-
## Getting Started
|
| 43 |
-
|
| 44 |
-
### Clone the Repository
|
| 45 |
-
|
| 46 |
-
The QCOW2 disk image is hosted on HuggingFace due to its size. The setup scripts handle downloading it alongside the repository files automatically. It is recommended to use the below command to clone the repository.
|
| 47 |
-
|
| 48 |
-
**Linux / macOS:**
|
| 49 |
-
```bash
|
| 50 |
-
curl -fsSL https://raw.githubusercontent.com/nullvoider07/mac15-base/master/scripts/setup-mac15.sh | bash
|
| 51 |
-
```
|
| 52 |
-
|
| 53 |
-
**Windows (PowerShell):**
|
| 54 |
-
```powershell
|
| 55 |
-
irm https://raw.githubusercontent.com/nullvoider07/mac15-base/master/scripts/setup-mac15.ps1 | iex
|
| 56 |
-
```
|
| 57 |
-
|
| 58 |
-
The scripts will clone the repository, download the QCOW2 image from HuggingFace, and place all files in the correct locations automatically. Once complete, proceed to [Installation & Deployment](#installation--deployment).
|
| 59 |
-
|
| 60 |
-
---
|
| 61 |
-
|
| 62 |
## Table of Contents
|
| 63 |
|
| 64 |
1. [Overview](#overview)
|
|
@@ -619,7 +599,7 @@ This section walks through the full process of modifying the macOS environment a
|
|
| 619 |
|
| 620 |
### Prerequisites
|
| 621 |
|
| 622 |
-
- Repository cloned
|
| 623 |
- Docker and QEMU utilities installed (`qemu-img` must be on PATH)
|
| 624 |
- At least 100 GB free disk space for the conversion steps
|
| 625 |
|
|
|
|
| 39 |
|
| 40 |
---
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
## Table of Contents
|
| 43 |
|
| 44 |
1. [Overview](#overview)
|
|
|
|
| 599 |
|
| 600 |
### Prerequisites
|
| 601 |
|
| 602 |
+
- Repository cloned
|
| 603 |
- Docker and QEMU utilities installed (`qemu-img` must be on PATH)
|
| 604 |
- At least 100 GB free disk space for the conversion steps
|
| 605 |
|