Skip to content

Fix incorrect local setup directory in README #1

@PR-1301

Description

@PR-1301

Issue
The local development setup instructions in the README contain mismatched clone and navigation commands.

Currently, the README says:
git clone https://github.com/Ashmita1206/Odoo_Hackathon_2025.git
cd stackit-qa-platform

This is confusing because cloning the repository will create a folder named Odoo_Hackathon_2025, so the subsequent cd stackit-qa-platform command fails unless the folder is manually renamed.

Expected Behavior:
The repository URL and folder navigation command should match.

Suggested correction:
git clone https://github.com/Ashmita1206/StackIt.git
cd stackit-qa-platform

Image

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions