Update installation docs to use CentOS 8

This commit is contained in:
Jeremy Stretch
2020-11-17 13:23:07 -05:00
parent 59df724844
commit c1c4f28f29
4 changed files with 14 additions and 17 deletions

View File

@@ -16,7 +16,6 @@ sudo apt install -y redis-server
### CentOS
```no-highlight
sudo yum install -y epel-release
sudo yum install -y redis
sudo systemctl start redis
sudo systemctl enable redis