[TD-3114] <docs>: refine centos environment package list

This commit is contained in:
root 2021-02-28 16:40:17 +00:00
parent d004a03549
commit 06ee018eeb
1 changed files with 1 additions and 3 deletions

View File

@ -57,9 +57,7 @@ sudo apt-get install -y maven
### Centos 7:
```bash
sudo yum install -y gcc gcc-c++ make cmake3 epel-release git
sudo yum remove -y cmake
sudo ln -s /usr/bin/cmake3 /usr/bin/cmake
sudo yum install -y gcc gcc-c++ make cmake git
```
To install openjdk-8: