From f085444b13984f60b252b4eeb3bb26dcf1680bb5 Mon Sep 17 00:00:00 2001 From: DuckieTM Date: Mon, 2 Mar 2026 14:22:04 +0100 Subject: [PATCH 1/4] Update installation instructions in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ebdb05c..9873607 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ - First you should open terminal and navigate to the folder where you want to clone Nitro and Nitro-Renderer - Clone Nitro (Expl. C:\Github\) - - `git clone https://github.com/duckietm/Nitro-Cool-UI.git` <== For now switch to Dev-RendererV2 - - `git clone https://github.com/duckietm/Nitro-Cool-UI-Renderer.git` - - Install the dependencies for the renderer : cd C:\Github\Nitro-Cool-UI-Renderer + - `git clone https://github.com/duckietm/Nitro-V3.git` <== For now switch to Dev-RendererV2 + - `git clone https://github.com/duckietm/Nitro_Render_V3.git` + - Install the dependencies for the renderer : cd C:\Github\Nitro_Render_V3 - `yarn install` - - Now we will create a Link for the CoolUI : `yarn link` This will give you a link address `yarn link "@nitrots/nitro-renderer"` - - Install the dependencies for Cool UI : cd C:\Github\Nitro-Cool-UI + - Now we will create a Link for the Nitro Renderer : `yarn link` This will give you a link address `yarn link "@nitrots/nitro-renderer"` + - Install the dependencies for Cool UI : cd C:\Github\Nitro-V3 - `yarn install` - `yarn link "@nitrots/nitro-renderer` <== This will link the renderer in the project - Rename a few files From e6c669ebe90db0e94201e0dd6ef459aef7204fd1 Mon Sep 17 00:00:00 2001 From: DuckieTM Date: Mon, 2 Mar 2026 14:26:48 +0100 Subject: [PATCH 2/4] Fix README linking command syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9873607..8813d35 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ - Now we will create a Link for the Nitro Renderer : `yarn link` This will give you a link address `yarn link "@nitrots/nitro-renderer"` - Install the dependencies for Cool UI : cd C:\Github\Nitro-V3 - `yarn install` - - `yarn link "@nitrots/nitro-renderer` <== This will link the renderer in the project + - `yarn link "@nitrots/nitro-renderer" <== This will link the renderer in the project - Rename a few files - Rename `public/renderer-config.json.example` to `public/renderer-config.json` - Rename `public/ui-config.json.example` to `public/ui-config.json` From f1a17b0fe29d197aa14f6aa28cc3b77360974458 Mon Sep 17 00:00:00 2001 From: DuckieTM Date: Mon, 2 Mar 2026 14:27:55 +0100 Subject: [PATCH 3/4] Fix yarn link command formatting in README Corrected the yarn link command formatting in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8813d35..f1b4420 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ - Now we will create a Link for the Nitro Renderer : `yarn link` This will give you a link address `yarn link "@nitrots/nitro-renderer"` - Install the dependencies for Cool UI : cd C:\Github\Nitro-V3 - `yarn install` - - `yarn link "@nitrots/nitro-renderer" <== This will link the renderer in the project + - `yarn link "@nitrots/nitro-renderer"` <== This will link the renderer in the project - Rename a few files - Rename `public/renderer-config.json.example` to `public/renderer-config.json` - Rename `public/ui-config.json.example` to `public/ui-config.json` From 8456f5edc85fdfaa73d34b1558eb4649da60c382 Mon Sep 17 00:00:00 2001 From: DuckieTM Date: Mon, 2 Mar 2026 14:36:16 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b4420..a733fba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# v2.2.0 - Cool UI Beta !! Use at Own Risk as it is still in Beta !! +# v2.2.0 -Nitro V3 !! Use at Own Risk as it is still in Beta !! ## Prerequisites