From 45b09c2b57483e2dc45db0545a32374c88048e88 Mon Sep 17 00:00:00 2001 From: Barunes Padhy Date: Mon, 24 Jun 2024 22:11:14 +0300 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b8ce5a..d3cf2ba 100644 --- a/README.md +++ b/README.md @@ -52,16 +52,16 @@ If you wish to set this up on github, you need to follow some pre-requisites fir For understanding how deployment works, see the wiki: [Deployment](https://github.com/barunespadhy/rangolio/wiki/Deployment) -Start the Editor UI backend by first running: +Start the Editor UI backend by first going to `rangolio/backend` and then running (depending on your OS): -For Windows, run: +Windows: ``` .\venv\Scripts\activate.bat python manage.py runserver ``` -For Linux based distros run: +Linux: ``` source .env/bin/activate