Update README.md
Browse files
README.md
CHANGED
|
@@ -16,26 +16,6 @@ tags:
|
|
| 16 |
|
| 17 |
---
|
| 18 |
|
| 19 |
-
## Getting Started
|
| 20 |
-
|
| 21 |
-
### Clone the Repository
|
| 22 |
-
|
| 23 |
-
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.
|
| 24 |
-
|
| 25 |
-
**Linux / macOS:**
|
| 26 |
-
```bash
|
| 27 |
-
curl -fsSL https://raw.githubusercontent.com/nullvoider07/windows10-base/master/scripts/setup-win10.sh | bash
|
| 28 |
-
```
|
| 29 |
-
|
| 30 |
-
**Windows (PowerShell):**
|
| 31 |
-
```powershell
|
| 32 |
-
irm https://raw.githubusercontent.com/nullvoider07/windows10-base/master/scripts/setup.win10.ps1 | iex
|
| 33 |
-
```
|
| 34 |
-
|
| 35 |
-
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).
|
| 36 |
-
|
| 37 |
-
---
|
| 38 |
-
|
| 39 |
## Table of Contents
|
| 40 |
|
| 41 |
1. [Overview](#overview)
|
|
@@ -573,7 +553,7 @@ This section walks through the full process of modifying the Windows 10 environm
|
|
| 573 |
|
| 574 |
### Prerequisites
|
| 575 |
|
| 576 |
-
- Repository cloned with QCOW2 downloaded
|
| 577 |
- Docker and QEMU utilities installed (`qemu-img` must be on PATH)
|
| 578 |
- At least 100 GB free disk space for the conversion steps
|
| 579 |
|
|
|
|
| 16 |
|
| 17 |
---
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
## Table of Contents
|
| 20 |
|
| 21 |
1. [Overview](#overview)
|
|
|
|
| 553 |
|
| 554 |
### Prerequisites
|
| 555 |
|
| 556 |
+
- Repository cloned with QCOW2 downloaded
|
| 557 |
- Docker and QEMU utilities installed (`qemu-img` must be on PATH)
|
| 558 |
- At least 100 GB free disk space for the conversion steps
|
| 559 |
|