From 5c68bb1fdae74e076f27c479ff7cfc8c5f09ce95 Mon Sep 17 00:00:00 2001 From: conghuhu Date: Wed, 7 Jun 2023 08:21:13 +0800 Subject: [PATCH] docs: add note for missing classes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 44bae7018..0f6afe708 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ And here are links of other repositories: 3. [hugegraph-commons](https://github.com/apache/hugegraph-commons) (include common & rpc module) 4. [hugegraph-website](https://github.com/apache/hugegraph-doc) (include doc & website code) +## Note + +- If some classes under computer-k8s cannot be found, you need to execute `mvn clean install` in advance to generate corresponding classes. + ## Contributing Welcome to contribute, please see [`How to Contribute`](https://github.com/apache/hugegraph/blob/master/CONTRIBUTING.md) for more information