mirror of
https://ark.sudovanilla.org/Korbs/Penpot-Desktop.git
synced 2025-04-12 01:42:24 +00:00
Update README.md
This commit is contained in:
parent
767232979f
commit
a073e39325
1 changed files with 5 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue