docs: add native installation guide and REST API examples to README#2628
docs: add native installation guide and REST API examples to README#2628lxcxjxhx wants to merge 1 commit into
Conversation
- Add native installation instructions for Windows, macOS, and Linux - Include requirements (Python 3.12+, Git, JDK 17+) - Add troubleshooting section for common setup issues - Add REST API usage examples with curl commands - Provide authentication and scan workflow examples - Improve documentation structure with clear subsections
|
The |
|
Hi @ajinabraham, Thank you for the clarification and for pointing to the official documentation repository. I understand that README.md is not intended to serve as comprehensive documentation. The detailed project documentation is available at https://github.com/MobSF/docs. Given this, should I:
I want to ensure my contribution aligns with the project's documentation strategy. Please let me know the best approach. Thank you for your time! |
|
@ajinabraham 感谢您的反馈!您说得对,README.md确实不应该作为完整文档。 我的理解您指出README不应包含详细的host setup和development信息,这些应该放在专门的文档仓库(MobSF/docs)。 改进方案我可以调整PR方向: 方案1:精简README,添加文档链接
方案2:完全移除README改动
方案3:只修复broken links和格式问题
您倾向于哪种方案?或者您认为README应该保持现状? 我尊重您的判断,会根据您的建议调整PR方向。 感谢! |
What Problem This Solves
The README only provided Docker-based quick setup, leaving users who need native installation or API integration without guidance.
Why This Change Was Made
Users face several challenges:
Changes
User Impact
Users can now:
Evidence