This is an automated email from the ASF dual-hosted git repository.
imbajin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hugegraph.git
The following commit(s) were added to refs/heads/master by this push:
new 31e826876 docs: update "Build from Source" instructions in README
(#3022)
31e826876 is described below
commit 31e826876046a3c91bc76087c3d21debaa1130a1
Author: Vaibhav Joshi <[email protected]>
AuthorDate: Wed May 27 15:50:00 2026 +0530
docs: update "Build from Source" instructions in README (#3022)
- Replace exploratory README steps with the actual packaged archive path
- Use the version placeholder instead of hard-coded 1.7.0
- Keep the PR focused on the source-build documentation fix
---------
Co-authored-by: imbajin <[email protected]>
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 610c29fc9..f24f6f7bf 100644
--- a/README.md
+++ b/README.md
@@ -268,9 +268,8 @@ cd hugegraph
mvn clean package -DskipTests
# Extract built package
-cd install-dist/target
-tar -xzf hugegraph-{version}.tar.gz
-cd hugegraph-{version}
+tar -xzf target/apache-hugegraph-{version}.tar.gz
+cd apache-hugegraph-{version}/apache-hugegraph-server-{version}
# Initialize and start
bin/init-store.sh