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
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.gitHowever, the correct repository URL is:
https://github.com/reqcore-inc/reqcore.gitThis 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:
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 reqcoreActual behavior
The documentation currently shows:
git clone https://github.com/reqcore/reqcore.git cd reqcoreThe organization name is missing
-inc.Version / commit
No response
Environment
No response
Logs / screenshots