Skip to content

FIX: Broken clone URL in README Quickstart #197

@nihalsheikh

Description

@nihalsheikh

Summary

The Quickstart section of the README uses an incorrect clone URL:

git clone https://github.com/XortexLabs/xmem.git

The org XortexLabs does not exist, as it's been renamed to XortexAI, so this command fails immediately with repository not found in the terminal while cloning git repository.

The correct URL should be:

git clone https://github.com/XortexAI/XMem.git

Steps to Reproduce

  1. Follow the README Quickstart
  2. Run git clone https://github.com/XortexLabs/xmem.git
  3. Fatal error: repository not found

Expected Behavior

The clone command works and drops the contributor into a local copy of the repo.

Fix

Update the clone URL in README.md to point to https://github.com/XortexAI/XMem.git

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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