summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-11-16 15:01:34 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-11-16 15:01:34 -0500
commit906b0e9742fc3cb7d0361e8a4350832f8d97ec15 (patch)
treee7fe95f3d9a1b774272d999f9e345c882a3f8dce /README.md
parentd9b4950e8e42ac6a608457d3903817a5560107bd (diff)
downloadbfs-906b0e9742fc3cb7d0361e8a4350832f8d97ec15.tar.xz
README: Add acl dependency to Fedora
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 643668c..513b8a2 100644
--- a/README.md
+++ b/README.md
@@ -269,7 +269,7 @@ Here's how to install them on some common platforms:
# apt install acl libacl1-dev attr libattr1-dev libcap2-bin libcap-dev libonig-dev
<strong>Fedora</strong>
-# dnf install libacl-devel libattr-devel libcap-devel oniguruma-devel
+# dnf install acl libacl-devel libattr-devel libcap-devel oniguruma-devel
<strong>NixOS</strong>
# nix-env -i acl attr libcap oniguruma