From 93f07b401a3ee9fd07939ca0a05345ae2e638a2b Mon Sep 17 00:00:00 2001 From: Umar Hayat Date: Sun, 16 Feb 2025 13:37:22 +0900 Subject: [PATCH] Update README for Rocky Linux support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a89c6f65a..42691b720 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,9 @@ Refer to our latest [Apache AGE documentation](https://age.apache.org/age-manual Install the following essential libraries according to each OS. Building AGE from the source depends on the following Linux libraries (Ubuntu package names shown below): -- **CentOS** +- **Rocky Linux** ```bash -yum install gcc glibc glib-common readline readline-devel zlib zlib-devel flex bison +yum install gcc glibc glibc-common readline readline-devel zlib zlib-devel flex bison perl ``` - **Fedora** ```bash