From 764df6085cd45c0059221637fe2ec05487ce3fba Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Mon, 8 Dec 2025 07:36:38 +0100 Subject: [PATCH] README: Linux build - numbered list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c24ea12..3577527 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ It assumes UFW for now. ### On a Linux machine. -- The Dockerfile shows which tools and libraries are needed, even though in your particular Linux distribution the packages may be called something else. -- Then go to the src directory and run `cmake .` and `make`. +1. The Dockerfile shows which tools and libraries are needed, even though in your particular Linux distribution the packages may be called something else. +1. Go to the src directory and run `cmake .` and `make`. ### On a non-Linux machine.