From ad87f10e71e917ce0990f8cd6c3dfd611680bb99 Mon Sep 17 00:00:00 2001 From: sauravniraula Date: Wed, 11 Jun 2025 18:30:02 +0545 Subject: [PATCH] docs(readme): add instructions to run on windows --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6809748..3905cab8 100644 --- a/README.md +++ b/README.md @@ -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```