JohnNiang opened a new issue #4331: Reduce two steps while cloning project and subprojects URL: https://github.com/apache/skywalking/issues/4331 Please answer these questions before submitting your issue. - Why do you submit this issue? - [x] Question or discussion - [ ] Bug - [ ] Requirement - [ ] Feature or performance improvement ___ ### Question We could reduce two steps inside [build-from-github](https://github.com/apache/skywalking/blob/master/docs/en/guides/How-to-build.md#build-from-github). ```diff + 2. git clone --recurse-submodules https://github.com/apache/skywalking.git - 2. git clone https://github.com/apache/skywalking.git - 5. git submodule init - 6. git submodule update ``` So, what do you reckon?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
