From 72171e0536dd98ed9dfb6e70adf55f81925cb698 Mon Sep 17 00:00:00 2001 From: Marcelo dos Santos Mafra Date: Thu, 18 Feb 2021 20:37:39 -0300 Subject: [PATCH] Minor fix for the titles Tiny fix for the titles. I used the wrong level in the markup. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebbcc66..2b6cb9c 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,15 @@ The doas command is in FreeBSD's ports collection and may be installed by simply sudo apt install build-essential make bison flex libpam0g-dev -### Fedora +#### Fedora sudo dnf install gcc gcc-c++ make flex bison pam-devel byacc -### CentOS 8 and Stream +#### CentOS 8 and Stream sudo dnf install gcc gcc-c++ make flex bison pam-devel byacc git -### CentOS 7.x +#### CentOS 7.x sudo yum install gcc gcc-c++ make flex bison pam-devel byacc git