Update README.md

This commit is contained in:
Korbs 2025-01-22 00:48:03 -05:00
parent 767232979f
commit a073e39325

View file

@ -1,4 +1,5 @@
> Devojo will expand beyond Penpot supporting other tools.
> Devojo will expand beyond Penpot supporting other tools.
> Electron applications are not priority at SudoVanilla, development is expected to be very slow.
<br />
@ -31,7 +32,8 @@ Devojo delivers a desktop-like experience for Penpot users with the additional o
- [Python](https://www.python.org/) v3.13
- Supported OS:
- macOS
- Linux
- GNU/Linux
- Microsoft Windows 10/11
### Install Packages
Before building anything, packages need to be installed first with Yarn:
@ -39,7 +41,7 @@ Before building anything, packages need to be installed first with Yarn:
yarn install
```
> Yarn is setup to use SudoVanilla's registry via the `.yarnrc` file. Please use SudoVanilla's registry if you use a different package manager.
> Yarn is setup to use SudoVanilla's registry via the `.yarnrc` file. Please use SudoVanilla's registry if you use a different package manager, usually you need to simply add `--registry https://js.registry.sudovanilla.org` as a parameter.
### Run Build
Once packages are installed, with no issues, you can run the build command: