From ff1b959d8803acbef4f6abf5a9cd3aed6a530aea Mon Sep 17 00:00:00 2001 From: sauravniraula Date: Mon, 19 May 2025 02:02:56 +0545 Subject: [PATCH] docs(readme):add change directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af21340d..61312de9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Before following these steps make sure [Poetry](https://python-poetry.org/docs/) ```git clone https://github.com/presenton/presenton.git``` #### 2. Setup Electron, Python and NextJS Environments. -```npm run setup:env``` +```cd presenton && npm run setup:env``` #### 3. Run Presenton ```npm run dev```