fix (readme): Update README.md (#1432)

This commit is contained in:
Kamron Batman 2023-07-26 20:54:10 -07:00 committed by GitHub
parent d9d04f1f38
commit 72557ffb97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,8 +70,6 @@ ModernUO [![Discord](https://img.shields.io/discord/751317910504603701?logo=disc
dnf upgrade --refresh -y dnf upgrade --refresh -y
# CentOS does not come with EPEL enabled # CentOS does not come with EPEL enabled
dnf install -y epel-release epel-next-release dnf install -y epel-release epel-next-release
# Note: libargon2 is old.
# Download/symlink from here: https://github.com/modernuo/Argon2.Bindings/tree/main/runtimes
dnf install -y findutils libicu zlib-devel zstd libargon2-devel tzdata dnf install -y findutils libicu zlib-devel zstd libargon2-devel tzdata
``` ```