From 65d79e008c55de36188b0c2f7277e31455f63ee1 Mon Sep 17 00:00:00 2001 From: Nikolay Seliverstov Date: Wed, 21 Jun 2023 23:12:19 +0300 Subject: [PATCH] Add installation instructions for Fedora Linux --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3099f3b..dce5263 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ building from source. On Ubuntu you can install these using: sudo apt-get install libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev ``` +On Fedora: + +``` +sudo dnf install libxcb-devel +``` + ## Website [jless.io](https://jless.io) is the official website for `jless`. Code