vaijosh opened a new pull request, #3022: URL: https://github.com/apache/hugegraph/pull/3022
## Purpose of the PR - close #3006 This PR updates the documentation to address two key issues: - The “Option 3: Build from Source” instructions in the README were outdated and did not match the actual directory structure or server startup process after building from source. - The bundled `gremlin-console.sh` fails on Apple Silicon (Mac M4) and with Java 17+ due to native library (Jansi) incompatibility and Java version requirements. ## Main Changes - Updated the README to provide correct server startup steps after building from source, reflecting the actual directory structure. - Added a troubleshooting note in the “Verify Installation” section to inform users that `gremlin-console.sh` requires Java 11 and may fail on Apple Silicon (M1/M2/M3/M4) or with Java 17+. - Provided clear guidance and workarounds for users on affected platforms. ## Verifying these changes - [x] Trivial rework / doc update without any test coverage. (No Need) ## Does this PR potentially affect the following parts? - [ ] Dependencies ([add/update license](https://hugegraph.apache.org/docs/contribution-guidelines/contribute/#321-check-licenses) info & [regenerate_known_dependencies.sh](../install-dist/scripts/dependency/regenerate_known_dependencies.sh)) - [ ] Modify configurations - [ ] The public API - [ ] Other affects (typed here) - [x] Nope ## Documentation Status - [x] `Doc - Done` <!-- Related docs have been already added or updated --> -- 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]
