Skip to content

README clone command missing URL: git clone 20-questions is unrunnable #32

Description

@chirag127

Problem

README.md line 54 documents the clone step as git clone 20-questions, which is missing the repository URL and fails when a new contributor runs it verbatim.

Steps

  1. Follow README section ### Clone:
    cd
    mkdir code
    cd code
    git clone 20-questions
    

Expected

Repository is cloned into ~/code/text-generator.io (or 20-questions if that is the intended directory alias).

Actual

fatal: repository '20-questions' does not exist

Environment

  • File: README.md:54 (branch main, commit as of 2026-05-08 push)
  • Python target: .python-version = 3.12.7
  • git >= 2.30 (any recent version reproduces)

Suggested fix: replace with git clone https://github.com/TextGeneratorio/text-generator.io.git 20-questions so the downstream $HOME/code/20-questions paths on lines 61-62 remain consistent.

Thanks for maintaining TextGeneratorio/text-generator.io!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions