This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 2923a89ba chore(README): refine the wording for supported platform,
cluster and license (#2953)
2923a89ba is described below
commit 2923a89ba7f7dba981267ef701ca678172c01199
Author: Twice <[email protected]>
AuthorDate: Sat May 10 10:49:48 2025 +0800
chore(README): refine the wording for supported platform, cluster and
license (#2953)
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 98bcd7d28..a6182266a 100644
--- a/README.md
+++ b/README.md
@@ -140,8 +140,8 @@ $ ./x.py test go # run Golang (unit and integration) test
cases
### Supported platforms
-* Linux
-* macOS
+* OS: Linux and macOS
+* arch: x86_64 and ARM
## Namespace
@@ -170,7 +170,7 @@ OK
## Cluster
-Kvrocks implements a proxyless centralized cluster solution but its accessing
method is completely compatible with the Redis cluster client. You can use
Redis cluster SDKs to access the kvrocks cluster. More details, please see:
[Kvrocks Cluster Introduction](https://kvrocks.apache.org/docs/cluster/)
+Kvrocks implements a proxyless centralized cluster solution but its accessing
method is completely compatible with Redis cluster clients. You can use Redis
cluster SDKs to access the kvrocks cluster. For more details, please refer to
[Kvrocks Cluster Introduction](https://kvrocks.apache.org/docs/cluster/).
## Documents
@@ -193,7 +193,7 @@ Kvrocks community welcomes all forms of contribution and
you can find out how to
## License
-Apache Kvrocks is licensed under the Apache License Version 2.0. See the
[LICENSE](LICENSE) file for details.
+Apache Kvrocks is licensed under the Apache License Version 2.0. See
[LICENSE](LICENSE) and [NOTICE](NOTICE) for details.
## Social Media