From 9b9b331dfac1a701a97648577846dda7f35a3198 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 6 Jun 2020 21:46:03 +0300 Subject: [PATCH] Update compile.md --- docs/ftldns/compile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ftldns/compile.md b/docs/ftldns/compile.md index 1389603..6b02966 100644 --- a/docs/ftldns/compile.md +++ b/docs/ftldns/compile.md @@ -5,13 +5,13 @@ We pre-compile *FTL*DNS for you to save you the trouble of compiling anything yo First, we'll install the basic software you'll need to compile from source, like the GCC compiler and other utilities. Install them by running the following command in a terminal: -**Debian / Ubuntu / Raspbian** +### Debian / Ubuntu / Raspbian ```bash sudo apt install build-essential libgmp-dev m4 cmake ``` -**Fedora** +### Fedora ```bash sudo dnf install gcc gmp-devel gmp-static m4 cmake