Copilot commented on code in PR #455:
URL: https://github.com/apache/hugegraph-doc/pull/455#discussion_r2974933281
##########
content/en/docs/quickstart/hugegraph/hugegraph-server.md:
##########
@@ -110,7 +110,6 @@ shasum -a 512
apache-hugegraph-incubating-src-{version}.tar.gz
curl
https://downloads.apache.org/hugegraph/{version}/apache-hugegraph-incubating-{version}-src.tar.gz.sha512
# Way2 : clone the latest code by git way (e.g GitHub)
Review Comment:
The source build instructions list “Way2: clone the latest code …” but the
actual `git clone` command was removed, leaving this path incomplete. Please
add back the clone command (or remove the Way2 bullet entirely) so the steps
are runnable.
```suggestion
# Way2 : clone the latest code by git way (e.g GitHub)
git clone https://github.com/apache/hugegraph.git
cd hugegraph
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]