docs(readme): add instructions to run on windows

This commit is contained in:
sauravniraula 2025-06-11 18:30:02 +05:45
parent 1e9fe5920a
commit ad87f10e71
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326

View file

@ -48,6 +48,8 @@ Before following these steps make sure [Poetry](https://python-poetry.org/docs/)
#### 1. Clone this repository
```git clone https://github.com/presenton/presenton.git```
> Note: Switch to **windows_build** branch to run Presenton on Windows
#### 2. Setup Electron, Python and NextJS Environments.
```cd presenton && npm run setup:env```