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/incubator-kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new a2fb204 Add package `libstdc++-static` to prerequisite in README
(#786)
a2fb204 is described below
commit a2fb204094eb8da2174069b884d5431e7718c827
Author: Twice <[email protected]>
AuthorDate: Mon Aug 22 22:25:16 2022 +0800
Add package `libstdc++-static` to prerequisite in README (#786)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d2f75b6..6deb710 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Kvrocks has the following key features:
```shell
# CentOS / RedHat
sudo yum install -y epel-release
-sudo yum install -y git gcc gcc-c++ make cmake autoconf automake libtool which
+sudo yum install -y git gcc gcc-c++ make cmake autoconf automake libtool
libstdc++-static
# Ubuntu / Debian
sudo apt update
@@ -122,7 +122,7 @@ $ ./unittest
### Supported platforms
* Linux distributions
- * CentOS 6 or 7
+ * CentOS
* Ubuntu
* and most other distros
* macOS