Skip to content

fix: wrong directory name in quickstart#548

Open
mervivian wants to merge 1 commit into
seamapi:mainfrom
mervivian:fix/wrong-cd-directory-in-quickstart
Open

fix: wrong directory name in quickstart#548
mervivian wants to merge 1 commit into
seamapi:mainfrom
mervivian:fix/wrong-cd-directory-in-quickstart

Conversation

@mervivian
Copy link
Copy Markdown

Summary

The Quickstart section tells contributors to cd pypackage after cloning, but cloning https://github.com/seamapi/python.git creates a directory called python, not pypackage. This looks like a leftover from a README template. Anyone following the quickstart would hit a "no such file or directory" error immediately.

How to reproduce

  1. Follow the Quickstart in the README
  2. Run git clone https://github.com/seamapi/python.git
  3. Run cd pypackage — fails with "no such file or directory"

Test plan

  • Clone the repo fresh and confirm cd python && poetry install works without errors

@mervivian mervivian requested a review from a team as a code owner May 17, 2026 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant