From 3f1e6576497d3f74f639dc0d0c0e28683282dd68 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 28 Feb 2020 12:21:37 +0100 Subject: [PATCH] README.md: prefix linux sections with "linux" --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0bb0db0..7fdc4b7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You will need `openssl` development files (version 1.1 or later) to compile and This project uses CMake version 3.15 to build the source code. -**Ubuntu:** +**Linux: Ubuntu** ```sh $ apt-get install gcc g++ cmake libssl-dev ``` @@ -31,11 +31,11 @@ $ sudo apt-add-repository "deb https://apt.kitware.com/ubuntu/ `lsb_release -cs` $ sudo apt-get install cmake ``` -**For other linux distributions:** +**Linux: Other** Consult the manual for how to get these installed. -**Linux: CMake manual install:** +**Linux: CMake manual install** If your package manager don't provide a sufficiently new version of cmake, you can install it manually with this command: