From 3934fd5b6c471fb636bfbb98e800f684ae5269fc Mon Sep 17 00:00:00 2001 From: Horilla Date: Sat, 25 Oct 2025 23:47:35 +0530 Subject: [PATCH] [UPDT] Include branch name in clone command --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa4bd3b4d..7ab1c0b19 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ```bash # Clone the repository -git clone https://github.com/horilla-opensource/horilla.git +git clone -b release/v2.0.0-beta https://github.com/horilla-opensource/horilla.git cd horilla # Start with Docker Compose @@ -52,7 +52,7 @@ open http://localhost:8000 ```bash # Clone and setup -git clone https://github.com/horilla-opensource/horilla.git +git clone -b release/v2.0.0-beta https://github.com/horilla-opensource/horilla.git cd horilla # Create virtual environment @@ -106,7 +106,7 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f ```bash # Fork and clone your fork -git clone https://github.com/YOUR_USERNAME/horilla.git +git clone -b release/v2.0.0-beta https://github.com/YOUR_USERNAME/horilla.git cd horilla # Add upstream remote