From b857853b0013ce0987a829f5962efba730ff37b3 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 6 Oct 2019 22:58:38 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb4571c..3d7bacd 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ an iso of Windows 10 (any edition, use LTS for the best experience) and 7-Zip 1. download this repository as zip and extract it somewhere. 2. delete tweaks you don't want out of \tweaks\ 3. open cmd as administrator -4. enter the following commands: `cd c:\path\to\opus-nt`, `patch-iso c:\path\to\iso.iso` +4. enter the following commands: `cd c:\path\to\opus-nt`, `set path=%path%;c:\path\to\7-zip`, `patch-iso c:\path\to\iso.iso` 5. after the patch is done, you will find the installtion folder in `c:\path\to\opus-nt\disc-image`. use something similar to nt-lite to compile that folder into an iso. \ No newline at end of file From cc5a1e7dd0daa13c2f4e63ec530cdaf0b446bc0d Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 6 Oct 2019 23:07:02 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d7bacd..7624423 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ # what is this? opus-nt is a homebrew for Windows NT 10.X, striving for stability and performance. it is inspired by the simplicity of earlier NT versions, like 6.1 and earlier. there are no extreme tweaks applied, the goal is to stay within semi-official territory to prevent breakage on feature updates. -the homebrew-framework is very adaptable, and can be expanded with more tweaks pretty easily. it may be distributed in whichever way you want. knock yourself out! +the homebrew-framework is very adaptable, and can be expanded with more tweaks or for other NT-based systems pretty easily. opus-nt and its framework may be distributed in whichever way you want. knock yourself out! [**a complete list of tweaks**](https://git.lumen.sh/Fierelier/opus-nt/wikis/a-complete-list-of-tweaks) # what do I need? -an iso of Windows 10 (any edition, use LTS for the best experience) and 7-Zip +an iso of Windows 10 (any edition, use LTS for the best experience), [DISM](https://go.microsoft.com/fwlink/p/?LinkId=526740) (comes included with Win10), and [7-Zip](https://www.7-zip.org/download.html) # how do I use this? 1. download this repository as zip and extract it somewhere.