From 74930df83bbc7ba59e11912f301a77ae0f364b52 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sun, 29 Oct 2023 21:19:53 +0000 Subject: [PATCH] docs(compiling): fix fedora instructions --- docs/Compiling.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Compiling.md b/docs/Compiling.md index 19a8ab2..91ca54d 100644 --- a/docs/Compiling.md +++ b/docs/Compiling.md @@ -18,6 +18,8 @@ You also need rust; only the latest stable version is supported. ```shell pacman -S gtk3 gtk-layer-shell +# for http support +pacman -S openssl ``` ### Ubuntu/Debian @@ -31,7 +33,9 @@ apt install libssl-dev ### Fedora ```shell -dnf install gtk3 gtk-layer-shell +dnf install gtk3-devel gtk-layer-shell-devel +# for http support +dnf install openssl-devel ``` ## Features