Skip to content

Incorrect repository URL in installation guide (missing "-inc" in git clone command) #50

@ntuan2502

Description

@ntuan2502

Summary

The installation guide contains an incorrect GitHub repository URL in "Step 2 — Download Reqcore".

The provided clone command points to:
https://github.com/reqcore/reqcore.git

However, the correct repository URL is:
https://github.com/reqcore-inc/reqcore.git

This causes users to clone the wrong repository or encounter a repository not found error.

Steps to reproduce

Go to the documentation section: Step 2 — Download Reqcore
Copy the provided clone command:

git clone https://github.com/reqcore/reqcore.git

Run the command in terminal
Observe that the repository is incorrect or does not match the official organization

Expected behavior

The documentation should provide the correct repository URL:

git clone https://github.com/reqcore-inc/reqcore.git
cd reqcore

Actual behavior

The documentation currently shows:

git clone https://github.com/reqcore/reqcore.git
cd reqcore

The organization name is missing -inc.

Version / commit

No response

Environment

No response

Logs / screenshots

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions