Skip to content

fix: use HTTPS URL instead of SSH in README install instructions#1747

Open
Jah-yee wants to merge 2 commits intomicrosoft:mainfrom
Jah-yee:fix-readme-installation
Open

fix: use HTTPS URL instead of SSH in README install instructions#1747
Jah-yee wants to merge 2 commits intomicrosoft:mainfrom
Jah-yee:fix-readme-installation

Conversation

@Jah-yee
Copy link
Copy Markdown

@Jah-yee Jah-yee commented Apr 13, 2026

Good day

This PR fixes the README installation instructions to use HTTPS instead of SSH for cloning the repository. This avoids SSH key configuration issues for users who don't have SSH keys set up with GitHub.

Changes:

  • Use https://github.com/microsoft/markitdown.git instead of git@github.com:microsoft/markitdown.git
  • Simplified pip install command to -e packages/markitdown (removes the extra quotes and brackets which can cause issues on some shells)

感谢你们的奉献,希望能提供帮助。如果我解决得有问题或有待商妥的地方,请在下面留言,我会来处理。

Warmly,
RoomWithOutRoof

RoomWithOutRoof added 2 commits April 14, 2026 02:23
…verter

- Extend accepts() to recognize youtu.be/ and /shorts/ URL formats
- Update convert() to extract video ID from multiple URL formats:
  - youtube.com/watch?v=VIDEO_ID (existing)
  - youtu.be/VIDEO_ID (new)
  - youtube.com/shorts/VIDEO_ID (new)

Fixes: microsoft#1730
- Use https:// instead of git@ for cloning (avoids SSH key issues)
- Simplified install command to use -e packages/markitdown without extras syntax (more straightforward for local install)
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