Update README.md

This commit is contained in:
duckietm 2024-04-25 16:53:15 +02:00 committed by GitHub
parent e4130518e1
commit 90bcc0de12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
- `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.git` <== For now switch to Dev-RendererV2
- `git clone https://github.com/duckietm/Nitro-Cool-UI-Renderer.git` - `git clone https://github.com/duckietm/Nitro-Cool-UI-Renderer.git`
- Install the dependencies for the renderer : cd C:\Github\Nitro-Cool-UI-Renderer - Install the dependencies for the renderer : cd C:\Github\Nitro-Cool-UI-Renderer
- `yarn install` - `yarn install` & `yarn build`
- Now we will create a Link for the CoolUI : `yarn link` This will give you a link address `yarn link "@nitrots/nitro-renderer"` - 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 - Install the dependencies for Cool UI : cd C:\Github\Nitro-Cool-UI
- `yarn install` - `yarn install`
@ -52,4 +52,4 @@ yarn build:prod
``` ```
- A `dist` folder will be generated, these are the files that must be uploaded to your webserver - A `dist` folder will be generated, these are the files that must be uploaded to your webserver
- Consult your CMS documentation for compatibility with Nitro and how to add the production files - Consult your CMS documentation for compatibility with Nitro and how to add the production files